Hi everyone
I am so close to figuring this out, the syntax is just giving me an error when i try to filter down on the (views) table. I am getting the error mentioned in the heading.
Here is the syntax I receive the error on -
SortByColumns(Filter('Daily Measurement', Person.Name=Gallery.Selected.Person.Name),"dlg_number",Ascending), 'Daily Measurement (Views)'.'Today Active')
I think it's the last part of the formula but I need to filter it based on these parameters because that's where the records I need are at. Any Idea how I can include 'Daily Measurement (Views)'.'Today Active')' without the error?
Thanks and Kind regards everyone.
Solved! Go to Solution.
If you want to apply an additional filter condition to your 'Today Active' view, I would try the following syntax:
SortByColumns(
Filter('Daily Measurement',
'Daily Measurement (Views)'.'Today Active',
Person.Name=Gallery.Selected.Person.Name
),
"dlg_number",
Ascending
)
SortByColumns(
Filter('Daily Measurement', Person.Name=Gallery.Selected.Person.Name),
"dlg_number",
Ascending).'Daily Measurement (Views)'.'Today Active'
If you want to apply an additional filter condition to your 'Today Active' view, I would try the following syntax:
SortByColumns(
Filter('Daily Measurement',
'Daily Measurement (Views)'.'Today Active',
Person.Name=Gallery.Selected.Person.Name
),
"dlg_number",
Ascending
)
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
200 | |
71 | |
50 | |
46 | |
20 |
User | Count |
---|---|
256 | |
120 | |
84 | |
79 | |
69 |