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: 
yoganantha321
Creator II
Creator II

Calendar selection in pivot table as Outlook calendar

Hi all,

I have a master calendar and also a outlook calendar view in pivot table as shown in the image below:

community calendar.JPG

If i select any particular date it is showing like 

community calendar 2.JPGBut i need the output like the date selected must be highlighted like master calendars. Not as above..!

Any body can help in this!!!!!

Regards,

Yoganantha Prakash G P

Labels (1)
1 Solution

Accepted Solutions
yoganantha321
Creator II
Creator II
Author

9 Replies
yoganantha321
Creator II
Creator II
Author

I have attached the sample file along with this for reference

 

 

marcus_sommer

You just need to ignore the selections within the expression, maybe with something like:

only({< Year =, Month =, Week, Day = >} Day)

and to highlight the selected values you could use an attribute-expression with something like:

count(Day)

- Marcus

yoganantha321
Creator II
Creator II
Author

Hi marcus,

Can you share a sample file

marcus_sommer

Did you try it with my suggestion? It's not difficult ... just adjust the attachment.

- Marcus

yoganantha321
Creator II
Creator II
Author

Hi marcus,

I tried it and its also affecting the table displaying the all the weeks in the month.

 

Yoganantha Prakash G P

marcus_sommer

Just take a look in the above attachment - it will work:

calendar.JPG

yoganantha321
Creator II
Creator II
Author

Hi marcus,

I think my post was not clear.

If i selection is made on the pivot table , the selections affect the master calendar but the pivot table also got affected. But my expected output should be the selected date in the pivot table must be in different color like outlook calendars selection. 

marcus_sommer

In the example I just set the background-color to grey - you could adapt the logic to color the font-color like you want.

- Marcus

yoganantha321
Creator II
Creator II
Author