Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am using a Slider object to diplay "Monthly" and "Yearly" Vallues.
I want one of the values to be always selected.
As the display was good with a slider object for selecting Monthly/ Yearly the users wanted a slider obejct instead of a List object. We can make the list object to always select atleast one values.
But the same option is not available in the Slider.
Can you pleae let me know on this.
Regards,
Venu
Make a list box, select a value, set it to always one selected, then change the display condition on the layout tab to 0. The list box will be hidden, but you'll still be forced to always have one value selected.
Make a list box, select a value, set it to always one selected, then change the display condition on the layout tab to 0. The list box will be hidden, but you'll still be forced to always have one value selected.
Thanks. Its working as i needed.