Hi,
Actually I´m trying to filter values from a Comon Data Service Table with the selected Value from a gallery. However it is not working. Rooms.Building is a table and I think the issues lays here.
Thanks in advance
Solved! Go to Solution.
Hi @Belasor ,
Filter function evaluates each record of table, so the right syntax of Filter function should be like this.
Filter('TableName', ColumnName= "Value")
Please try to modify your code as follows:
GroupBy(Filter(Rooms; Building=Gallery3.Selected.Name);"new_floornumber";"Floors")
Hope this helps.
Sik
Try remove Rooms.Building and make it Building.
Also Can you give further explanation?
Are filtering a Gallery from another Gallery
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Hi @Belasor ,
Filter function evaluates each record of table, so the right syntax of Filter function should be like this.
Filter('TableName', ColumnName= "Value")
Please try to modify your code as follows:
GroupBy(Filter(Rooms; Building=Gallery3.Selected.Name);"new_floornumber";"Floors")
Hope this helps.
Sik
User | Count |
---|---|
196 | |
126 | |
87 | |
49 | |
42 |
User | Count |
---|---|
284 | |
162 | |
138 | |
75 | |
72 |