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: 
fmazzarelli
Partner - Creator III
Partner - Creator III

target

Hi Community,

my monthy target is 85.

I'll wish create a dynamic target.

Formula is: month * 85

Example:

01 (January) * 85 = 85

02 (February) * 85 = 170

03 (March) * 85 = 255

Perhaps I need to convert 01 to number and then *85

But which is the instruction?

Fabio M

1 Reply
sunny_talwar
MVP
MVP

May be like this:

LOAD Num(Month(Date)) * 85 as Target

FROM Source;