Divide by Zero error in Dynamic Grouping
Hi All,
In one BI Publisher report, I need to divide two values using Dynamic Grouping.
Like,
<?sum(current-group()//A) div sum(current-group()//B)?>
Now the value of B becomes 0, So the report completed with WARNING (bcoz template (rtf) doesn't generate any output)
How to resolve this issue?
Thanks,
Venkat
In one BI Publisher report, I need to divide two values using Dynamic Grouping.
Like,
<?sum(current-group()//A) div sum(current-group()//B)?>
Now the value of B becomes 0, So the report completed with WARNING (bcoz template (rtf) doesn't generate any output)
How to resolve this issue?
Thanks,
Venkat
0