Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey Qlik Developers!
I have a table with this information:
With this data I want to show a table chart with the percentage of amount for each type in a given date, like this:
How can I achieve this? I'm having trouble calculating the percentage and sum taking into account the date.
Kind Regards,
Felipe.
Use this expression in your table.
Sum(Amount)/Sum(Total<Date> Amount)