I have an app in which a gallery is connected to an excel table(Table1). When I set the gallery Items to Table 1, it shows all my rows perfectly. The intention is to have a text input that will filter rows by a specific column. This has rendered unsuccessful. I've also tried using a drop down or a combobox, using the search or lookup function, but I cannot get anything to produce something.
Table name -Table1
Column name - Project Number
Text input - inpProjNumber
For the gallery Items - I tried...
Filter(Table1,'Project Number'=inpProjNumber.Text)
Filter(Table1,'Project Number'=inpProjNumber.Text, 'Project Number')
I also tried to force the output ...
Filter(Table1,'Project Number'=158778)
The options mentioned above say "We didn't find any data".
Thanks in advance.
Solved! Go to Solution.
I figured it out.
In the Gallery for Items, I set
Filter(Table1,'Project Number'=inpProjNumber.Text,"Project Number")
It looks like I was missing the double quotes at the end.
Two questions, how many rows are in your table and is the 'Project Number' a number or text column in Excel?
There are 300 rows. The Project Number column was initially set to the General category, but I changed it to Text hoping that would do the trick.
I figured it out.
In the Gallery for Items, I set
Filter(Table1,'Project Number'=inpProjNumber.Text,"Project Number")
It looks like I was missing the double quotes at the end.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
184 | |
53 | |
50 | |
36 | |
34 |
User | Count |
---|---|
270 | |
91 | |
82 | |
76 | |
75 |