Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
amien
Specialist
Specialist

expression in INLINE used in expression

Expressions:
Load * Inline [ Expression_Id, Expression
             1, sum(Value)
             2, max(Value)
             3, count(Value)

];



I have this INLINE and a listbox with an "always select one value" on.

Also have a barchart. This barchart should have one expression and execute, based on the selection on the "expression_id", the right expression.


I tried:


=$($(=Expression))

$($(=Expression))


What syntax do i need to make this work?


Thanks in advanced


1 Solution

Accepted Solutions
its_anandrjs

In your expression write this only, and remove another $ sign

=$(=Expression)

View solution in original post

3 Replies
Anil_Babu_Samineni

If you talk about this? Never work. Because, Qlik need some data points to make better clear. Will you provide more details

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
its_anandrjs

In your expression write this only, and remove another $ sign

=$(=Expression)

amien
Specialist
Specialist
Author

Thanks! just what i needed