Forum Discussion

Joko2611's avatar
Joko2611
Copper Contributor
Feb 11, 2019
Solved

Issue status log to status on a day

I have data log table which i need to present in a status per day. The status log table has the following format: Date Issue Status 3-jan A Todo 15-jan A InProgress 20-jan A InRe...
  • SergeiBaklan's avatar
    SergeiBaklan
    Feb 11, 2019

    Here is another attempt. To generate the log separate Calendar table is created with first date and number of dates as parameter. Status table is merged with it and log for each code is generated by code inside. Not sure that's optimal from performance point of view and if I understood all logic of log correctly, but that's first what was in mind.

    Please check attached file.