Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
Qlik newbie here. I am trying to switch the x and y axis values. Here is what I currently have:
Here is what I would like it to look like. Currently these are my expressions I am using:
Dimension: =If(Week > CurrentWeek - 12 and Week <= CurrentWeek, Week)
Measure: If (Week > CurrentWeek - 12 and Week <= CurrentWeek, Sum({<Year = {"$(=Max(Year))"} >}[My Value]))
Weeks could be on the bottom too. Thank you in advance for the help