Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am using the below in the expression and its not working
=Round(Alt(Sum({<Program={$(varBaseProg)}>}IndData) / Sum({<Program={$(varBaseProg)}>}AARFact) *10,0),0.000)
but when I use without round off like below I am getting results
=Alt(Sum({<Program={$(varBaseProg)}>}IndData) / Sum({<Program={$(varBaseProg)}>}AARFact) *10,0)
Can anyone please help what is wrong when using round function in the expression?
Try it with:
Round(Alt(Sum({<Program={$(varBaseProg)}>}IndData) / Sum({<Program={$(varBaseProg)}>}AARFact) *10,0),0.001)
- Marcus
Try it with:
Round(Alt(Sum({<Program={$(varBaseProg)}>}IndData) / Sum({<Program={$(varBaseProg)}>}AARFact) *10,0),0.001)
- Marcus