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

Variable Expansion for expression with SET ANALYSIS

Hi Everybody,

I tried to create a variable expansion for expression with SET ANALYSIS.

sum({< [Element Sequence]={$1} >} [Assay Value] * DMT)

/sum({< [Element Sequence]={$1} >} DMT)

*sum(DMT)/100

I need to pass a value to [Element Sequence] set.

Please, any ideas.

Thanks in advance!

Ricardo

1 Reply
Not applicable
Author

sum({$< [Element Sequence]={'1'} >} [Assay Value] * DMT)

/sum({$< [Element Sequence]={'1'} >} DMT)

*sum(DMT)/100