Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
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