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: 
soniasweety
Master
Master

seelction max

Hi all, 

i have a region filed     AMS,APJ,EMEA

and month   201601 201602 ,201603,201604,201605,201606,201607....201707   

when i select region   for  AMS  max  month is  201707 to be selected  (as data present for AMS 201707 is max data month)

when i select  for EMEA  max  month is  201707 to be selected  (as data present for AMS 201707 is max data month)

but when i select  APJ  max month is 201607  as we have data for APJ with max month is 201607  how i can i do this?

Labels (2)
1 Solution

Accepted Solutions
DavidM
Partner - Creator II
Partner - Creator II

I think you need to specify max month for each region by creating Max field in load script and use that for filter (or in set analysis). Something like this:

Load

Max(Month) as MaxMonth,

Region

Resident Data

Group by Region;

 

View solution in original post

2 Replies
DavidM
Partner - Creator II
Partner - Creator II

I think you need to specify max month for each region by creating Max field in load script and use that for filter (or in set analysis). Something like this:

Load

Max(Month) as MaxMonth,

Region

Resident Data

Group by Region;

 

soniasweety
Master
Master
Author

i have only one moth field we need to use in front end.

it should be selected default when user selected on perticular region