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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
QSense
Creator II
Creator II

SQL ERROR

Hello ,

While debugging sql code Im getting this error

sqlerror.png

1 Reply
hallquist_nate
Partner - Creator III
Partner - Creator III

It looks like you might have an identifier, or maybe a portion of your script that has a Null value or Zero where a number is required, like a divisor, or something.  It looks like you are summing something, and then dividing it by another sum.  Maybe there is an empty field or a missing value that QV does not like.  I would rebuild your script formulas in a chart object, like a straight table.  put each needed field in it's own column and see if there are any zeros or Nulls where a number is expected. 

That is where I would start.