I have a dropdown box that is populated by a column with scenarios 1-14. In my datasource I have 500 items that are tagged as sceanrio 1-14. I need an if statement that will show the counter based on the scenario they selected in the dropdown box. This is what I have currently, the first part of the formula works. I just don't know about the if statement for all 14 and the second part of the formula. CountIf(GUAT, Scenario = "Scenario 1") - CountIf(GUATResponses2, Title=vUserMail && Scenario="Scenario")
Solved! Go to Solution.
Hi @powerapps890 ,
Do you want to count records bases on the scenario selected in the Dropdown?
If you do, try below formula:
CountIf(GUAT, Scenario = ScenarioDropDown.Selected.Value)
About the second part of the formula, could you please share more details about your formula? What was the error prompt? What is the "Scenario" part represents?
Hi @powerapps890 ,
Do you want to count records bases on the scenario selected in the Dropdown?
If you do, try below formula:
CountIf(GUAT, Scenario = ScenarioDropDown.Selected.Value)
About the second part of the formula, could you please share more details about your formula? What was the error prompt? What is the "Scenario" part represents?
Hi @powerapps890 ,
Have you tried the formula in your working app? If you have any further question, please let us know.
If this post helps, please consider Accept it as the solution to help the other members find it.
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
254 | |
249 | |
82 | |
37 | |
30 |
User | Count |
---|---|
300 | |
264 | |
117 | |
65 | |
45 |