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: 
lavielme
Creator
Creator

Active Variable From Field Data

Hay All

Lats Say That I have That Table

ProdDim  ,  VarCalc

All            ,vAll

X              , vX

Y              ,vY

Z              , vZ

*The VarCalc Represent a Viarible That Calcultate an expresion  (There is a diffrent expression for each value)

How Can I write a Set Expresion in table object that can use the value from VarCalc

as Set Expresion from Variable?

1 Reply
marcus_sommer

A direct assigning or evaluating the expression on a row-level isn't possible - you will need for them always a pick() function (whereby the creation of them could be partly automated). More to them could you find here: Re: Dynamic expressions without Pick.

- Marcus