Hi,
I have created a tabbed form and I want that the tab visibility will be shown depend on the Number of die field value
so When I have 1 die it will show only the 1st tab, When it's 2 show only 1st and 2nd if "3" show 1st 2nd and 3rd...........
The Gallery(tabs) Items is:
Table({ID:1,Label:"General+Die1 Info"},{ID:2,Label:"Die2 Info"},{ID:3,Label:"Die3 Info"},{ID:4,Label:"Die4 Info"},{ID:5,Label:"Die5 Info"},{ID:6,Label:"Die6 Info"},{ID:7,Label:"Die7 Info"},{ID:8,Label:"Die8 Info"},{ID:9,Label:"Die9 Info"},{ID:10,Label:"Die10 Info"})
Tab Button - on Select property: Set(Vartabselected, ThisItem.ID)
Number of Dies - choice value(DropDown) from 1-10
Items: Choices([@'Modular Request Form'].'Number of Dies')
Thanks
Almog
Solved! Go to Solution.
@amoshe2 Your formular for your Gallery Items property will look something like that:
FirstN(Table({ID:1,Label:"General+Die1 Info"},{ID:2,Label:"Die2 Info"},{ID:3,Label:"Die3 Info"},{ID:4,Label:"Die4 Info"},{ID:5,Label:"Die5 Info"},{ID:6,Label:"Die6 Info"},{ID:7,Label:"Die7 Info"},{ID:8,Label:"Die8 Info"},{ID:9,Label:"Die9 Info"},{ID:10,Label:"Die10 Info"}),Value(Dropdown1.Selected.Value))
@amoshe2 Your formular for your Gallery Items property will look something like that:
FirstN(Table({ID:1,Label:"General+Die1 Info"},{ID:2,Label:"Die2 Info"},{ID:3,Label:"Die3 Info"},{ID:4,Label:"Die4 Info"},{ID:5,Label:"Die5 Info"},{ID:6,Label:"Die6 Info"},{ID:7,Label:"Die7 Info"},{ID:8,Label:"Die8 Info"},{ID:9,Label:"Die9 Info"},{ID:10,Label:"Die10 Info"}),Value(Dropdown1.Selected.Value))
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
195 | |
46 | |
45 | |
43 | |
36 |
User | Count |
---|---|
269 | |
82 | |
81 | |
75 | |
69 |