Hello all,
Here I meet a problem.
I insert the form in power apps and connect to the excel online raw data.
For a column named size, I hope the user can select between A3, A4, B4, B5, 8K, 16K and so on. But in my raw data, I only have sheet width and sheet length.
I have use the distinct function in items, that is,
Hi @Yiqian ,
Do you want to make the drop-down options more accurate?
If so, it should be in Items property.
Best regards,
Rimmon
Hello,
Thanks for your reply.
But I still have one more question that where should I put this function in this dropdown list?
Distinct(Filter(Table2Data,Description=DataCardValue3.Selected.Value && 'GSM '=DataCardValue4.Selected.Value),'Sheet width')
Since I need to filter size first to make the choice more accurate, this may be somewhat difficult.
Thanks!
Hi @Yiqian ,
Your current Switch returns a text, you should put it on control which is used to show paper size.
If you are using drop down for paper size, please try this.
Items of Dropdown.
["A3","A4","B5","16K","B4","8K","Letter Size"]
Default of Dropdown.
Switch(DataCardValue5.Selected.Value,
"297","A3",
"210","A4",
"420","A3",
"182","B5",
"195","16K",
"257","B4",
"270","8K",
"216","Letter Size")
Best regards,
Rimmon
WarrenBelz
146,645
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional