cancel
Showing results for 
Search instead for 
Did you mean: 

Macro - 'layoutvar_value' error

former_member566355
Participant
0 Kudos

Hi,

I am using the mentioned function in a macro.

The syntax writtne is as given below -

step 1 -

      layoutvariable_set ( 'x1' ; 100)

step 2 -

      results cell: Quantity (29.03.2013) =

      layoutvar_value ( 'x1')

When consistency check is done, it is giving the following error -

'Incorrect assignment Expression missing Operand Missing'

I tried

               step 2 -

                     results cell: Quantity (29.03.2013) = 100

to pinpoint the error line. In this case error is not coming.

What could be the erroe in the syntax which I have written ?

Regards,

RS

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello YR,

Can you try this:

This should work.

Regards,

Anurag

former_member187488
Active Contributor
0 Kudos

Hello,

For step 2, the "layoutvar_value ( 'x1')" should be created in the next level of "results cell: Quantity (29.03.2013) =", as:

step 2 -

      results cell: Quantity (29.03.2013) =

           layoutvar_value ( 'x1')

Not sure whether this addresses your issue.

Best Regards,

Ada