Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
i have 2 field (day and Quarter) - i would like to show Days, only if the Quarter have been selected.
I can setup the conditional on the "Days", but which formula can be used?
Thank you!
field or listbox?
maybe with the getselectedcount function
GetSelectedCount(Quarter)
What Massimo said.
getselectedcount(Quarter)=1
or
getpossiblecount(Quarter)=1