Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how it works?

Hi experts,

pls expain me this ,

=$(=SubField(concat(distinct Dimension,  '|'), '|', 1))

1 Solution

Accepted Solutions
Not applicable
Author

thanks rob

with ur motivation i did  same and i understood how it works

View solution in original post

2 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

I would suggest you read up on each function in the Help. Then put each piece of the expression into a text box to observe the results. For example, first start with:

=concat(distinct Dimension,'|')

And then add the subfield around it and so on.

-Rob

Not applicable
Author

thanks rob

with ur motivation i did  same and i understood how it works