Forum Discussion
IBI
2 years agoNew Member
Cumulative Multiple Date
Hi all,
I need to display in a line chart 2 cumulative lines representing the running total of documents from the table "A" and "B".
Here the expected output. Specifically I am not sure how to manage the dates in X axis (If I use the DATE from Table A the Running Tot of Documents from table B will be a flat line)
Any help would be appreciated. Thanks
4 Replies
- AnonymousNot applicable
- vicky_Super User
Create a date table, and use that as your x-axis.
Also - double check that both of your dates in Table A and Table B are actually date type - normally a flat line shouldn't happen even if you join on a column with missing dates.