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: 
Anonymous
Not applicable

Re: target

num(month(Field)) should do the trick

e.g.

Capture16.PNG

2 Replies
fmazzarelli
Partner - Creator III
Partner - Creator III

Hi,

num(Month) * 85 is correct If I select only January.

But my needs is:

If i select only January, target will be 85

If i select only February, target will be 85

If i select only March, target will be 85

but If I select January + February, it wil be 170.

Any suggest?

fmazzarelli
Partner - Creator III
Partner - Creator III

Hi,

I solved

count(num(Month) * 85