I have a list box containing 3 possible selections:
Item 1
Item 2 Item 3
If there is no data (determined by a count on another field) for Item 3 to display I'd like to hide it from the user. However, if there is data to display, I'd like for that item to be displayed.y to do this beyond joining tables in script?
I have no out_of_the_box solution for this - but, instead of "select fields" (in the context menu), try "new object" and select "listbox" - it's the same thing, or nearly, but you can, in that dropdown_list in the dialog, select "Formula" and then type up a condition for the items to be displayed or not.