I am trying to set a 'right arrow' icon's Visible property.
If the following Titles appear in the Gallery field show the arrow, if not hide the arrow.
When I use the '!' the arrow appears on every line. If I don't use the '!' no arrow appears on any line.
Is there a way to write the condition to where is the four Titles appear the icon appears on ONLY that line and on all other lines that don't have one of these four titles no icon appears?
Solved! Go to Solution.
@Anonymous
Please consider changing your Visible property Formula to the following:
(ThisItem.MemberProfileGalleryCQTitleFld.Text in
"Fitness Text|Medical|Self-Contained Breathing Apparatus Fit Test|Live Fire Refresher|")
No If statement is needed in this formula and, if I understood your logic properly, it should give you what you want.
I hope this is helpful for you.
Change your formula here:
If( ThisItem.MemberProfileCQTitleField.Text ..........................
Your current formula references the entire gallery rather than the individual item. You have to use 'ThisItem' to reference a single instance.
Here is an example:
@Anonymous
Please consider changing your Visible property Formula to the following:
(ThisItem.MemberProfileGalleryCQTitleFld.Text in
"Fitness Text|Medical|Self-Contained Breathing Apparatus Fit Test|Live Fire Refresher|")
No If statement is needed in this formula and, if I understood your logic properly, it should give you what you want.
I hope this is helpful for you.
Change your formula here:
If( ThisItem.MemberProfileCQTitleField.Text ..........................
Your current formula references the entire gallery rather than the individual item. You have to use 'ThisItem' to reference a single instance.
Here is an example:
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 |
---|---|
199 | |
52 | |
41 | |
39 | |
35 |
User | Count |
---|---|
263 | |
86 | |
71 | |
69 | |
66 |