Forum Discussion
pawelj795
5 years agoPost Prodigy
Count rows with the same date
Hi, I have data like below. Now, I want to count how many journals were closed and how many journals were opened on a particular date. How to do this? Sample file: https://drive.google...
amitchandak
5 years agoSuper User
pawelj795 , Refer to my blog on a similar topic. You need to create a date table and join both dates to it. Active/inactive relation will be created. You can use userelation to activate one