Scenario The customer created a Report Saved Search and is encountering an Unexpected Error when opening the search. Solution Given that the nature of the Search created is a Report Saved Search, the error was encountered because of Show Totals = True on the Results tab. Since this is a Report Saved Search,… Continue reading Resolved unexpected error when opening a Report Saved Search
Tag: blank saved search
Blank Columns in saved search formula results
Instead of zero, the saved search formula results in blank column values. This occurs because there may be null/blank values for any field used in the formula. The null/blank field values, when used in a formula result in null. This can be prevented by using the NVL function to replace null values with a quantity… Continue reading Blank Columns in saved search formula results