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: 
danielnevitt
Creator
Creator

Multiple Calculated Dimensions

Hi,

I'm trying to restrict the data shown on a graph by using calculated dimensions.

The restrictions I would like to apply are:

DESK_CD = Crude AND

INTERNAL_IND <> Inter-Strategy AND

TRADE_STATUS_IND = Finalized OR New Trade OR Parceled OR PL Run OR Realized

Is this possible?

Any help will be much appreciated.

Regards,

Daniel

1 Solution

Accepted Solutions
v_iyyappan
Specialist
Specialist

Hi,

U can restrict the filter in set analysis.

Try like this

=Sum({<DESK_CD = {'Crude'}, INTERNAL_IND -= {'Inter-Strategy'}, TRADE_STATUS_IND={'Finalized', 'New Trade', Parceled', 'PL Run', 'Realized'} >}sumfield)

regards,

View solution in original post

2 Replies
v_iyyappan
Specialist
Specialist

Hi,

U can restrict the filter in set analysis.

Try like this

=Sum({<DESK_CD = {'Crude'}, INTERNAL_IND -= {'Inter-Strategy'}, TRADE_STATUS_IND={'Finalized', 'New Trade', Parceled', 'PL Run', 'Realized'} >}sumfield)

regards,

danielnevitt
Creator
Creator
Author

Thanks for your help.

Regards,

Daniel