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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
arusanah
Creator II
Creator II

selection conflict.

I Have two reports in same document.

i standard pivot table and other is dynamic  report .

for dynamic report i created two calander objects ( fromDate & toDate) . what is happening now is my calendar object overrides my selections for standard report which are based on  Year & month dimension.

how can i resolve it ?

Labels (1)
2 Replies
maxgro
MVP
MVP

I think you have to disregard the selection on the field used in calendar, a date?

if the field is date, try to add a date=

sum( {$<date = >} Sales )

returns the sales for the current selection, but with the selection in “date” removed.

Anonymous
Not applicable

Hi,

Its a common problem, Actually you need to load stand alone columns (tables) for calender objects that means these tables should not join with any other tables.

Just do a resident load for date column which you want to use inin calendar object and give them different column name.

Thanks

BKC