85ed899e300488a9ddc36be202990651effbcca1
FAQ/Divide-By-Zero.md
| ... | ... | @@ -1,6 +1,12 @@ |
| 1 | -#I'm Getting #DIV/0 In My Report preview |
|
| 1 | +#Divide by Zero |
|
| 2 | 2 | |
| 3 | -If you accidentally divide by zero, Izenda would handle it by outputting the string "#DIV/0". To this end, we have implemented the Div/0 custom format option. This functionality is available in latest maintenance releases past 6.7.258. |
|
| 3 | +##Question |
|
| 4 | + |
|
| 5 | +I'm Getting #DIV/0 In My Report preview. What is this? Can I change it? |
|
| 6 | + |
|
| 7 | +##Answer |
|
| 8 | + |
|
| 9 | +If you accidentally divide by zero, Izenda would handle it by outputting the string "#DIV/0". However, you can change the output text with a custom format option. This functionality was implemented in release 6.7.0.258. |
|
| 4 | 10 | |
| 5 | 11 | Usage; code for your Izenda ``global.asax``: |
| 6 | 12 |