Summary
BI Rtf template : Write expression in XSL
Content
hello,
can you help as to write an expression XSL to use addition, multiplication and division :
We need to compute the value of :
(A+B)*100/(C+D)
I write intuitively : <?xdofx:(A+B)*100/(C+D)?>, but the result is wrong, it only display the value of A+B !
Regards
Djam