Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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 (3)
1 Reply
Arthur_Fong
Partner - Specialist III
Partner - Specialist III

Try this:

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