Hello Team,
Hope all are doing well and staying safe.
I am in need of your support as I am trying to get tha popped up in a data card based on other column Data.
I tried "If" condition but not sure where i am missing it.
Scenario is: When Column A (which is a choice column) changed it should reflect the changes in the other column which is of status (it is also Choice column).
If Column A is updated as "Yes" the column B should show as "Completed", else the other choices.
Please let me know how to achieve this.
Regards,
Rahul
Solved! Go to Solution.
On Default and Update properties of the second data card, you can write the following expression:
Switch(<1stDropDown>.Selected.Value,"Yes",{Value:"Completed"},"No",{Value:"Choice2"},ThisItem.Status)
Regards
Krishna Rachakonda
If this reply helped you to solve the issue, please mark the post as Accepted Solution. Marking this post as Accepted Solution, will help many other users to use this post to solve same or similar issue without re-posting the issue in the group. Saves a lot of time for everyone. |
On Default and Update properties of the second data card, you can write the following expression:
Switch(<1stDropDown>.Selected.Value,"Yes",{Value:"Completed"},"No",{Value:"Choice2"},ThisItem.Status)
Regards
Krishna Rachakonda
If this reply helped you to solve the issue, please mark the post as Accepted Solution. Marking this post as Accepted Solution, will help many other users to use this post to solve same or similar issue without re-posting the issue in the group. Saves a lot of time for everyone. |
User | Count |
---|---|
184 | |
122 | |
91 | |
47 | |
42 |
User | Count |
---|---|
271 | |
159 | |
130 | |
85 | |
78 |