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: 
tinkerz1
Creator II
Creator II

p() in a calculated field dimension

have this code it my calcluated dimension:

 

=

if([Group]=LIVE,[Group])

I would like to try

if([Group]=P({1} ABD::LIVE),[Group])

use the P() term and use a Alternate States selection.

Also in a field list can you set the selection to only 1 field can be selected

2 Replies
avinashelite

p() work only with the set analysis

Anonymous
Not applicable

P() works in Set Analysis only not at IF level.

You are asking for One value selection in a field or one field from multiple field list?