Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I've following Sample data (long/vertical):
Description, Date, Number
ABC, 2024-09-07, 8
DEF, 2024-09-08, 12
XYZ, 2024-09-09, 34
DEF, 2024-09-07, 28
ABC, 2024-09-05, 9
Goal: A tabular view (not a Pivot) where rows = Description and columns = specific dates, e.g.:
Description | 5 Sep | 7 Sep | 8 Sep | 9 Sep | Grand Total
ABC | 9 | 8 | | | 17
DEF | | 28 | 12 | | 40
XYZ | | | | 34 | 34
What’s the best practice in Qlik Sense to achieve this without a Pivot when the timeline is large?
The best practice to achieve this in Qlik Sense (especially when the timeline is long) is a Pivot table. Anything else would be like fitting a square peg in a round hole.
You could Crosstable() the data source. You're going to have to pivot it one way or the other - either in the script or using a front-end pivot.