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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
1 Reply
Not applicable
Author

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

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

*sum(DMT)/100