Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
yoganantha321
Creator II
Creator II

Triggers for Master calendar

Hi,

I have two calendar with 6 fields in my script.

with two master calendars in two different sheets.

Steps I have done:

In sheet properties I have set if CDay is selected in Main sheet if I go to sheet 1 it must affect only Day field in sheet 1.

But for me it is affecting the Month and Year also like selected not showing as associated.

Requirement:

If I select CDay or CMonth or Cyear in Main sheet, I  move to sheet 1 if CDay selected means Day field must be selected like wise month and year only  it must be reflected.

and the vice versa if I select sheet 1 and move to Main sheet it must be reflected.

I have attached sample data and sample qvw file.

Can any one help me!!!

1 Solution

Accepted Solutions
Anonymous
Not applicable

3 Replies
Anonymous
Not applicable

Change all your triggers.

Example:

Action: Select in Field

Field: Day

Search String: =if(GetSelectedCount(CDay)>0,'('&Concat(Distinct CDay,'|')&')')

FYI - You don't need a formula in your field name.  But you do need an IF statement in your search string.

Modify for each field.

yoganantha321
Creator II
Creator II
Author

Hi wallo,

If i select only CDay in Main sheet, CMonth and Cyear associates with this showing but in Sheet 1

Screenshot_115.png

It is displaying as the month and year also been selected

Screenshot_116.png

but I need the output in the sheet 1 as shown below:

Screenshot_117.png

Anonymous
Not applicable

See attachment