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

OBJECT + OBJECT = ????

Good afternoon, adding an object as another object

ex.

total expression + expression in an object from another object

Sem título.png

3 Replies
Gysbert_Wassenaar

You either put both expressions in the third text box: =expr1 + expr2

...or you create two variables, put your expressions in the variables and use the variables in the textboxes

vExpression1: =num(sum(.....etc)

vExpression2: =num(if(RowNo()....etc

Textbox1: =$(vExpression1)

Textbox2: =$(vExpression2)

Textbox3: =$(vExpression1)+$(vExpression2)

And I don't think Rowno() will do anything unless you use it in a chart. You could probably leave out that if statement.


talk is cheap, supply exceeds demand
Not applicable
Author

ok friend, thank you for the return is correct, but I would put a total result of a column in an object graph

Sem título.jpg

Not applicable
Author

perfect, but as I identify the row total Orange, would it be possible??

tks