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

What does this $ mean?

Hi,

Looking at the below SUM statement,

sum(

  {

  <

  col1={'1'},

  col2 = {'$(=max(col2))'},

  col3 = {'YTD'}>

  }

  amount

  )

when it's evaluated, looks like the end result of col2 may look something like col2 = '123'.  My question is about the $ (dollar) sign

there.  Can someone explain to me what the $ sign mean when it's used like this?


10 Replies
Koniki
Contributor II
Contributor II

i am writing like this 

=year(today())   // 2019

why are you using  like this $ symbol  in you r example plg  tell me