Why isn't change table value working

J's JunctionJ's Junction IllinoisMember, PRO Posts: 81

Change table value row 1 column 1 to (table.score,1,1)+1


As in the example when I try to add 1 to its current value it throws and error

Any help is greatly appreciated


I had this working once before.

Answers

  • nir3112nir3112 Member, PRO Posts: 304
    edited December 2021

    when you use expression on the right side you need to change to expression on the left side by pressing on " next to the column number.

    then do on the Value:

    tableCellValue(tables.score,1,1)+1

    I think it will work

Sign In or Register to comment.