Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Figured it out, I think.
This is best done in the script:
Hey,
Thanks for the reply, it almost works as desired as the totalamount should only be based on two consecutive days as well not over all dates. For example when we add this line to the Inline Table:
2025, 13040, 30, 661, 03/02/2025, 350
It will show a Totalamount of 1800 for TicketID 13040 where it actually is supposed to show only the dates 26/01 + 27/01 with a Totalamount of 1000 and dates 27/01 + 28/01 with 750 as Totalamount for those two consecutive days? Currenly it marks the new row with a Date that is not consecutive with a 1 = Greater700. Is this possible to achieve? Thanks!
Figured it out, I think.