cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
james_decosta
Level 9

hi i want to display a panel only if the $CHOSEN_INSTALL_SET$ equals Typical

hi,
i have a requirement in which i need to display a panel only if the $CHOSEN_INSTALL_SET$ equals Minimal .
So this is what i did for achieving this:
Some panel and a rule install only if CHOSEN_INSTALL_SET equals if Minimal.
But my problem is even if i am choosing the typical install set ,this panel is getting displayed.
Can anyone suggest me where i am going wrong.
And suggest me some workaround for achieving this.
By mistake i wrote the subject as "$CHOSEN_INSTALL_SET equals Typical" it is actually "$CHOSEN_INSTALL_SET equals Minimal"
Labels (1)
0 Kudos
(1) Reply
purcellk24
Level 7

Make sure that the Short Names of your Install Sets are Typical and Minimal. Also, make sure you have $$ on both sides of the $CHOSEN_INSTALL_SET$.

Also, use the DebugOutPut action to make sure really see what the IA variables are being evaluated to.
0 Kudos