I’ve a row limiter in my Universe Designer and I know some queries give me partial restults.
I know we have a warning using Infoview about partial results.
But I’ve many users using XLS format file. Is there a way to show users they have partial results in an Excel file? Indeed, it’s written anywhere contrary to .wid format.
Thanks in advance. Hoping i’m in the good section.
[Moderator, can we move this topic to Web Intelligence reporting, thanks]
I’m assuming you’re using Web Intelligence for reports and you’re on XI3?
In XI3, and I think it is also available in XIr2, there is a formula DocumentPartiallyRefreshed which returns true if the doc contains partial results.
Add a cell somewhere in your report that checks this value and displays a warning message if true. When false display nothing and set cell to hide when it contains no data.
Would it be possible to put the DocumentPartiallyRefreshed() function in a object in Universe?
The aim is to avoid final users to write this formula in their reports (quite lazy) and just drag and drop the object…