Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
jbhovden
Contributor
Contributor

Getting Invalid Field Name error on calculated field

I have entered this expression in the expression box: IF([Revenue ($M)]>1000,">$1B")

and I'm getting the error "Invalid Field Name: $1B"

It seems like the calculated field can only accept number values for some reason, since this formula doesn't give an error: IF([Revenue ($M)]>1000,1)

How do I fix this?

Here's a screenshot of the error:

jbhovden_0-1588696790661.png

 

Labels (1)
1 Reply
Arthur_Fong
Partner - Specialist III
Partner - Specialist III

Try this:

 IF([Revenue ($M)]>1000,[>$1B])