Expressions
How to create an expression that refers to another expression ??
Example:
Text38 = [Query1.Base]
Text39 = [Convert.ToDouble([Query1.BASE])*Convert.ToDouble([Query1.PORC_IMPUESTO])/100]
Text40 = Text38 + Text39
How to create the expression for Text40?
Thank you
Example:
Text38 = [Query1.Base]
Text39 = [Convert.ToDouble([Query1.BASE])*Convert.ToDouble([Query1.PORC_IMPUESTO])/100]
Text40 = Text38 + Text39
How to create the expression for Text40?
Thank you
Comments