I have 3 choices in my Combo box. I am having issues with if i choice "Single" to only show those boxes. If i choice "Three", only three. If i choice Subdivision, Only Subdivision shows.


I have 3 hoices : Single Phase, Three Phase and Subdivision. With the formula that i am using, it is telling me that i have an unexpected Character and i don't know what i am missing. In the picture below is what i have in my formula, the Three Phase and Subdivision doesn't go away when i pick Single, etc. I am needing to have Three and Subdivision to go away when I pick Single. Then when i pick Three, Single and Subdivision go away and only show Three.
If(DataCardValue152.Selected.Value="Single Phase", UpdateContext({Single:true}), If(DataCardValue152.Selected.Value="Three Phase", UpdateContext({Three:true}), If(DataCardValue152.Selected.Value="Subdivision", UpdateContext({Sub:true}))

Please Help
Thank you