Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.

Accessor is unknown

Avatar

Former Community Member
I'm new to Adobe LiveCycle Designer.

Have created a radio object with 4 values:

Fruit

- apple

- orange

- pineapple

Using FormCalc If expression:

if ( Fruit.rawValue == "apple" ) then

1

elseif ( Fruit.rawValue == "orange" ) then

2

elseif ( Fruit.rawValue == "pineapple" ) then

3

endif



When reviewing the form in PDF, Error: accessor 'Fruit.rawValue' is unknown. PDF generated successfully. 1 warnings/errors reported.



Please help. Greatly appreciated.



Winky
1 Reply

Avatar

Former Community Member
I am getting a similar error in creating an invoice.



I have two tables, one for descriptions, qty, price, and subtotal and one for Grand Subtotals, Tax, and Total.



Calculations are fine when multiplying quantity by price for subtotal. But when I try and retrieve a Sum(Subtotal1,Subtotal2,etc..) I get the same error. If I delete the calculations in the second table no more error.



Any ideas. Does the fact of two separate tables cause this?