User`s guide

Cannot allocate memory.
This message typically indicates that there is not enough memory available. Close any reports that are
not needed, and exit any programs that are not essential. Then try again.
Cannot reallocate memory.
This message typically indicates that there is not enough memory available. Close any reports that are
not needed, and exit any programs that are not essential. Then try again.
Custom function, a return value must be specified by assigning a value to the function name.
You must assign a return value to the function.
Dates must be between year 1 and year 9999.
You have entered a date that falls outside the allowable range. Enter a date that falls within the range
of years 1 to 9999 (including the end values), and then recheck.
Disk full.
You have attempted to save a report to a disk that is full. Either save to a different disk, or delete
unnecessary files from the current disk and try again.
Division by zero.
You have entered a formula that attempts a division by zero. The program does not allow such a division.
Edit the formula so it does not attempt to divide by zero, and then recheck.
To avoid this type of problem, you can use a test such as this:
If {file.FORECAST} = 0 Then
0
Else
{file.SALES} / {file.FORECAST}
Error in formula code. Please contact Business Objects, Information Management Group.
There is something unusual about the formula that was not foreseen. Please save the formula text that
produced this warning and contact the company.
Error in parse tree. Please contact Business Objects, Information Management Group.
In parsing your formula, the program encountered a situation that the parse tree could not process.
Please save the formula text that produced this warning and contact the company.
Field still in use.
The field you are requesting is currently in use. Try again once the field becomes available.
Fields cannot be used within a custom function.
You have tried to use a field within a custom function. Fields cannot be used in custom functions.
File name already in use. Please close the window for xxx before saving under this name.
You have tried to save a file under the name of a file already in use in an open report. Close that report
first, and then try again.
2012-03-14442
Using Formulas