Is it possible to disable "tab" buttons based on condition/s?
Let's say from the previous screen I will tick a checkbox to update a Sharepoint list.
Then in the next screen, I have separate sub-forms based on the previous input. I made the "tabs" using gallery and assign each button a specific identifier when selected, only appropriate data cards will be visible.
Gallery, Items:
Table({ID:1,Label:"BBSW Rates"},{ID:2,Label:"Bonds/Fixed Income"},{ID:3,Label:"Commodities"},{ID:4,Label:"Contract for Differences"},{ID:5,Label:"Curves"},{ID:6,Label:"Credit/Issuer Ratings"},{ID:7,Label:"Forwards"}, {ID:8,Label:"Futures"},{ID:9,Label:"Indeces"},{ID:10,Label:"Options"},{ID:11,Label:"Return/Dividends Swaps"},{ID:12,Label:"Stocks/Equity"})
Gallery, OnSelect:
Set(varTabSelected, ThisItem.ID)
For each data cards, Visible:
varTabSelected=1
Now, I don't want the users to have access to all sub-forms to avoid confusion. Is there any workaround to solve this problem?
Thank you.

Report
All responses (
Answers (