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

to what correspond the "P" in this expression ?

hello,

someone could explain to me to what correspond the "P" (P(STORE) in the below expression ?

=if(GetSelectedCount(STORE) = 0,
aggr(only({<STORE= P(STORE),[Product Type Code]= {$(vProductType_Store_GIT_Pcs)}>}STORE),STORE),
aggr(only({<STORE= P(STORE),STORE= {'*'}, [Product Type Code]= {$(vProductType_Store_GIT_Pcs)}>}STORE),STORE))

thank you in advance.

patrick

1 Solution

Accepted Solutions
tresesco
MVP
MVP

p() and e() are implicit set modifiers, read more about it here : Set modifiers with implicit field value definitions ‒ QlikView

View solution in original post

3 Replies
tresesco
MVP
MVP

p() and e() are implicit set modifiers, read more about it here : Set modifiers with implicit field value definitions ‒ QlikView

sunny_talwar

Although the usage of p() doesn't seem right for some reason. It is most commonly used with 1

Only({1<STORE= P(STORE)

not sure what is the use of using P() here. You can also read more about this here:

Sets Analysis: syntaxes, exemples

patrou38
Creator
Creator
Author

Thank you , I will see your link.

regards,

Patrick