I have an application that collects data and another that views the data. They are both ready. However, in the app that visualizes the data I need to filter this data to appear.
For example, I need the data to appear on the screen of the "Product" column that says "Tarugo".
Where do I add the on-screen formula (OnVisible)? Or would it be better to put the button that leads to this screen?
How do I use the Filter function for this case?
Product = Collumn
Tarugo = Object
Filter (Sharepoint list, Product = "Tarugo")
it is?
Hi,
Which control you used to show the data under the View data App?
You should add a Gallery control to display the Collected data, for example, a Gallery control.
Then under the items property of the control, input with the formula below:
Filter (Sharepoint list, Product = "Tarugo")
which should make it display all the items that has product equals to "Tarugo".
Regards,
Michael
User | Count |
---|---|
119 | |
86 | |
83 | |
74 | |
69 |
User | Count |
---|---|
215 | |
179 | |
140 | |
109 | |
83 |