Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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

May be like this:

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

FROM Source;