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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
SachinPujari
Contributor
Contributor

p and e() with variables

How to use p() and e() with variables? Please mention syntax

 

for example,

 

if I have to say [Account]=P(Brick={$(=vBrick)}[Account])

 

The variable doesn't evaluate.

1 Reply
sunny_talwar
MVP
MVP

I think you are missing {<>} within the p() function

[Account]=P({<Brick={$(=vBrick)}>} [Account])