Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I have two tabs in my dashboard, One tab should always take max value in the list box and other tab should always be able to select multi values for the same list box. I did through triggers but when I click on Clear button its completely deselected all the values. I heard that triggers will not work properly in AJAX mode? What is the best solution for this? any macro's can help here? Thanks,
Use alternates states. Create an alternate state on the General tab of the Document Properties window. Then assign that alternate state to one of the two tabs on the General tab of the properties window of that tab. Create a listbox on each tab for the same field. Check on the General tab of the objects properties window that the alternate state is set to Inherited. A selection in one listbox will now affect only the objects on the same tab (as long as they all share the same state). See attached example.