Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team ,
How to change the default selection on basis of the toggle?
lets say I have 3 sheets namely S1 , S2 & S3 and 2 buttons Button A Button B in all the sheets.
My by default selected toggle is Button A. Considering S2 Sheet
When selection is Button A the filter for the S2 sheet should be FlagA=1,
When I click on Button B the filter for the S2 sheet should be FlagB=1 and FlagA=1 should get discarded.
FlagA and FlagB are do different fields.
When I navigate to S1 or S3 there should not be any Flag selections/filters.
How can I achieve this? Please Help
Hi, the action to "clear selections in field" removes selections in that field, the action to "select values in a field" makes selections, if doesn't work post how are you trying to configure this, or upload a sample app to check what it's wrong.
Hi, for button A you add 2 actions: Clear selections in FlagA and select 1 in FlagB. For button 2 it's the opposite.
And the sheet itself can also have actions, in that case it will have also two actions, each one to clear selections in each field.
If you want each sheet to keep it's selections you can use alternate states, in Master Items, crete an alternate state for each sheet and apply the state that corresponds to each object of each sheet.
Hi Rubenmarin ,
Thanks for your response. I tried the method you suggested but I couldn't see any filter being applied or removed
Can you please help me !
Hi, the action to "clear selections in field" removes selections in that field, the action to "select values in a field" makes selections, if doesn't work post how are you trying to configure this, or upload a sample app to check what it's wrong.
Hi , It worked thanks!