Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Need to change Expression as Dim

Hi All,

    I am having a requirement,in that I need to convert my Straight Table into Pivot. Issue is earlier  one of the expression which Iused as a expression now  needs to change as Dimension. The expression will be

if(count([Risk Code])>1,concat(distinct [Id],','))

Now I need to use this as a dimension,Due to  some Desgining requirement I need to keep as a second column in the table. So how to perform this calulattion as Calulated Dimension.

Note:

   Both fields were available in diffrenet table. So I cant move this into script level.

-Jay

12 Replies
sujeetsingh
Master III
Master III

Thant will be helpful man.

sky
Contributor II
Contributor II

Hi,
don´t know if i got your problem right, but this could be a solution.

Not applicable
Author

Hi All,

   christian.klinge Solution is working fine..Thank you all and especially christian.klinge

-Jay