How do i rectify this?

Hi,

Can you check if typedouble variable is Double type. If not, please set it as System.Double.

Regards,

Hi @julian_ho

Please follow these steps to convert the variable to type double
From variables panel click on variable type and select browse type
image

Then search System.double and select it
image

cheers

@Anil_G Thanks got it.
How do i display the total sum in a message box?

@julian_ho

Drag a message box and give the variable in it

cheers


Assign: Expression Activity type ‘VisualBasicValue`1’ requires compilation in order to run. Please ensure that the workflow has been compiled.
How do i fix this?

Hi @julian_ho

Replace all the inverted comma in your code. You would have copy pasted .

" this is how it should look

cheers

Hi,

Can you try to replace (re-type) double quotation to " in the expression?

Please also see the following post.

Regards,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.