Skip to main content
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