Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
this might be easy and i am still new to qlik.
My table in the database looks like this:
I am trying to use qlik sense to display data in the following format:
For each year column, i have tried =if(Year = '2014', Product, null()), but this is not working.
Much appreciated.
Thanks and regards,
Ra
create a pivot table:
a dimension : product
as colum: Year
as measure : sum(Sales)