
Announcements
Hello,
I am creating an app that use's fiscal quarters(Q1, Q2, Q3, Q4) to track progress of work being completed.
There is a start date which runs of fiscal quarters. I have bee asked to do conditional formatting in a gallery that if work that was due in Q1 has not been completed and it is now Q2 then an icon's colour turns to red.
I am unsure of where to even start and my haven't got close to getting it working.
I will answer any questions, thank you
Got it working by setting variables for the end date of each variable in my onStart.
Then I use a switch statement to check ThisItem.Quarter. Then use an if to determine the colour of the icon.
Thanks