HI There
I am stuck with the sort function in my Main Gallery . It would appear that the problem stems from my 'Title1' field as the type of filed in my List is 'Person' and I have assigned the .DisplayName rather than .Value in the formula
Would you be able to help me out, please ? ( see attached 'Print Screen' below)
Many Thanks
Martin (South Africa)
Hi @martinargimon ,
Are you trying to sort by the DisplayName ?
Sort(
AddColumns(
Filter(
[@‘LMV-TasksList'],
StartsWith(
’Assigned to'.DisplayName,
TextSearchBoxl.Text
)
),
"Assigned",
’Assigned to'.DisplayName
),
Assigned,
If(
SortDescendingl,
Descending,
Ascending
)
)
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 @martinargimon ,
Just checking if you got the result you were looking for on this thread. Happy to help further if not.
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.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
193 | |
45 | |
45 | |
43 | |
35 |
User | Count |
---|---|
270 | |
82 | |
81 | |
74 | |
69 |