Hello,
I am having trouble correctly formatting a formula to switch the itemcolourSet on a piechart built from a choices column in a sharepoint list
List Name: Maintenance
Column Name: Status
Choices: "Not Started" / "Started" / "Closed"
I have tried all sorts in the itemcolourset formula but can not get it working - could anyone help?
ForAll(Maintenance,
Switch(Status.Value,
"Not Started" , Red,
"Started" , CornflowerBlue,
"Closed" , LightGreen,
DimGrey
))
Solved! Go to Solution.
I resolved this by hard coding the color order (as the list items / list order will never change) - not the solution I wanted but it works.
Still curious how this is achieved (or what my error in the above code is) if anyone has any input?
I resolved this by hard coding the color order (as the list items / list order will never change) - not the solution I wanted but it works.
Still curious how this is achieved (or what my error in the above code is) if anyone has any input?
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
184 | |
53 | |
50 | |
36 | |
35 |
User | Count |
---|---|
271 | |
91 | |
82 | |
76 | |
75 |