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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

qlik regardless any selection in pivot !

Hi,

as per the current diagram and set expression, only credit and debit value should change but Other values should be the same for all dates ( regardless of any selection).

I have tried the set expression like :

IF(lob='Credit',sum(value),
IF(lob='Debit',sum(value),
IF(lob='Other',sum({1<Date=>}value))))

but its not working as only 10/29/2018 having Other as lob all other dates dont have other as LOB.

when i should select any date other should display with constant date.

image.png

Labels (1)
2 Replies
Anil_Babu_Samineni

May be ignoring the field in your set expression?
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
tresesco
MVP
MVP

Try to share a sample app to demonstrate your issue and expected output.