Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
prathipsrinivas
Creator
Creator

Set Analysis with three flags

Hi Qlikers,

I have data like below in a qvd.

Name, Month1, Month2 , Month3

A, Y, -,-

A,-,Y,-

A,-,-,Y

and so on.

I want to show the data in Straight Table when Month = Y, Month2 = Y, MOnth3=Y

When I write this in set analysis it is giving null.

Can you please help me out here on how to achieve this?

Prathip
Labels (3)
1 Solution

Accepted Solutions
Gysbert_Wassenaar

Perhaps something like count({<Name=P({<Month1={'Y'}>}Name)*P({<Month2={'Y'}>}Name)*P({<Month3={'Y'}>}Name)>} Name)


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar

Perhaps something like count({<Name=P({<Month1={'Y'}>}Name)*P({<Month2={'Y'}>}Name)*P({<Month3={'Y'}>}Name)>} Name)


talk is cheap, supply exceeds demand