Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

alternete state in pivot

hi,

is it possible to use alternete state in expresion ?

exm:

Sum ({$<_Flag={Inv,InvAdel}>}[KG]) ,

i need to copy that column & make possible to user to chose 2 diffirent period for each column.

hope it's clear.

thanks'

yarin.

1 Solution

Accepted Solutions
stigchel
Partner - Master
Partner - Master

Your example and question are not quite clear, but If I focus on the question whether you can use alternate states in your expression then yes you can, something like:

sum({<Year=[AltGroup]::Year>}Sales)

where AltGroup is the name of your alternate state

View solution in original post

1 Reply
stigchel
Partner - Master
Partner - Master

Your example and question are not quite clear, but If I focus on the question whether you can use alternate states in your expression then yes you can, something like:

sum({<Year=[AltGroup]::Year>}Sales)

where AltGroup is the name of your alternate state