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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
varunreddy
Creator III
Creator III

Drawing of chart internally failed

Hi All,

I am trying to create a dynamic report. When I clear dimensions I get this error, "Drawing of chart failed internally".

Now I want to change the error message.

Under general - Error Messages

I find below options

Which one I need to select to change the error "Drawing of Chart failed internally"?

Thanks in advance!

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

There's no custom error message option for that kind of error. That kind of error should not happen.


talk is cheap, supply exceeds demand
varunreddy
Creator III
Creator III
Author

I am using conditional enabling for dimensions:

GetSelectedCount(Dimensions)>0 and GetSelectedCount(Dimensions)<=2 and Concat(Dimensions, ',') like '*As of Date*' .

Here I want to restrict user to select one or two dimensions and not more than that, as I am using a bar chart.

I think this is causing it to happen. Can you please guide me?