Hello thogetter,
i have a question about Search Filters.
How can i filter a lookuo value in a Table?
Now, i can filter normal fields. I have problems Filter Lookup Fields in a table.
Filter(tbl_Ziele;Or(Suche.Text in 'Maßnahmen zur Erreichung';Suche.Text in Ziel))
I thank you in advance
Solved! Go to Solution.
Hi @PeterParcker ,
When one is a Lookup column ? You just need to put .Value on the end (example)
Filter(
tbl_Ziele;
Or(
Suche.Text in 'Maßnahmen zur Erreichung';
Suche.Text in Ziel.Value
)
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
Hi @PeterParcker ,
When one is a Lookup column ? You just need to put .Value on the end (example)
Filter(
tbl_Ziele;
Or(
Suche.Text in 'Maßnahmen zur Erreichung';
Suche.Text in Ziel.Value
)
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
202 | |
100 | |
61 | |
59 | |
57 |
User | Count |
---|---|
254 | |
163 | |
90 | |
79 | |
70 |