Hi..
I have a radio button field (which is the first and only field showing on open of the form). Depending on what is selected in this field, depends on different sections of form showing below.
My issue is:
Radio button needs to have options
Quality
Profitability
Team
or
Quality
Profitability
Invoice
These are dependant on a hidden field which is set by an agent in the background on opening of the form. If this field = France then the first 3 options need to display in the radio buttons, if the field = "" (blank) then the second set need to be showing.
my code in the dialog box options reads:
@if(MarketForm=isnull;"Quality":"Profitability":"Invoice";@if(MarketForm="France";"Quality":"Profitability":"Team";isnull;@True;@False))
I can only get the French options to show if I hit F9 to refresh the form but these need to show instantly on opening of the form..
Any ideas gratefully received...

Radio Button - @If formula - Not re... (Louise Owen 22.Nov.09)
. . 