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: 
sunil1989
Contributor
Contributor

Allow only one dimension to select

Hi ,

Thanks in advance!!!!

I am having straigh table on my sheet and the column are

Dimension : Delivery date , location.

Expression :Total Orders,WOW Orders , Average Basket.

whenever any date selected on delivery date it should ignore the selected date , but it should select the location , the location which is selected.

Thanks,

Sunilkumar

3 Replies
Anil_Babu_Samineni

May be ignore the selections like

Sum({<[Delivery Date]>} [Total Orders]) //Same for all expression may be

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
sunil1989
Contributor
Contributor
Author

Hi Anil ,

Apology for dual post.

but my dimension has calculated dimension i.e Delivery Date(WEEKDAY(DeliveryDate) &'  ' & Date(DeliveryDate,'DD-MM-YYYY')).

avinashelite

Since the calculated dimension is based on the delivery Date the above logic should work

include {<[Delivery Date]>} set analysis in all the expression