Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

month and year selection

Dear qlikview community.

I'm a student who is starting to learn to work with qlikview, but sadly I've come upon a challenge.  I'm trying to make a double selection out of a set of data but I can't seem to figure out how to do this. I've tried:

Sum ({$<verkoopmaand={$(='apr')}>} {$<verkoopjaar={$(='2011')}>} verkoopaantal)

But when I do that qlikview simply doesn't register the first conditonal.

Can anyone help?

With kind regards,

Allard Swart

1 Solution

Accepted Solutions
Sokkorn
Master
Master

Hi Allard,

Try this Sum ({$<verkoopmaand = {'apr'}, verkoopjaar = {'2011'}>} verkoopaantal)

Do let me know.

Regards,

Sokkorn

View solution in original post

2 Replies
Sokkorn
Master
Master

Hi Allard,

Try this Sum ({$<verkoopmaand = {'apr'}, verkoopjaar = {'2011'}>} verkoopaantal)

Do let me know.

Regards,

Sokkorn

Not applicable
Author

That works like a charm.

Thanks a lot!