Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, i have this Straight Table called "General List". I also have a Multi Box called "General selections". So, i would like to make it appear this Table when any of the fields that are on the Multi Box is selected. Otherwise i don't want it to be shown. How do I make that happen?
Use Show condition in the table:
GetSelectedCount(field1) + GetSelectedCount(field2) +... >0
where field 1, field2,.. are the fields in the mutlibox
Regards,
Michael
Use Show condition in the table:
GetSelectedCount(field1) + GetSelectedCount(field2) +... >0
where field 1, field2,.. are the fields in the mutlibox
Regards,
Michael