Forum Discussion

ArashZ's avatar
ArashZ
Helper I
5 years ago

Changing status between users

Hi,

 

I have a table like below:

DateStatus textStatusUser
2021-01-02Deactive1A
2021-01-24Active0A
2021-02-04Active0B
2021-03-10Deactive1B
2021-03-12Active0C
2021-03-15Deactive1C
2021-04-19Active0C
2021-05-10Deactive1D
2021-05-11Active0D

 

I am looking to create two separate column charts. One to see the trend of the number of users whose status changed from "active to Deactive" and the other "Deactive to active". For example, when it comes to "deactive to active" chart, the total number is 5 (Users A, B, C, C, and D) and for the "Active to deactive" chart, the number is 4 (Users A, B, C and D) like below: As you can see the latest date is important. Also, please note that the first date for the user is also considered as a change. For example, for user C, it first become active in March, then become deactive in March, and finally become active again in April.

Also, that would be ideal by clicking the graph I can see the instances in the table.

 

1 Reply