Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Internal Error

Hi guys i am using the following script in the backend but it is giving the error "Internal Error"

Let vTest = '=GetSelectedCount(FACTOR)';

IF $(vTest) = 0 Then

Let vFACTOR = '=1';

Else

Let vFactor = '=MINSTRING(FACTOR)';

EndIF

I am getting the error  in "IF $(vTest) = 0".

4 Replies
rajni_batra
Specialist
Specialist

This Factor field must be reloaded before ur if condition..

is it??

Hope it help!!!

Not applicable
Author

Yes it is already loaded in the Qlikview

rajni_batra
Specialist
Specialist

can u send demo app containing factor field??

jonathandienst
Partner - Champion III
Partner - Champion III

Hi

I don't think GetSelectedCount() can be evaluated during script execution and that is why you are getting the internal error.

I am not sure what you are trying to achieve. Please explain your requirements and someone may be able to suggest how to go about it.

Regards

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein