Comments
-
hi @RVohra, custom BI Publisher report Excel always fail after about 10 minutes for a specific user the report run interactively from Fusion, from a custom daskboard I don't know why the user never opened this report due to the issue you're experiencing. Thanks Regards Rosita
-
Can you give me some information to solve this problem?
-
@Sreekanth246 Could you tell me how you solved it? I have the same problem. Thanks
-
Hi, I've attached the missing screenshots, let me know if they're helpful.
-
Hi, Thanks for your reply, but I disagree. Our experience and testing demonstrate the opposite of what you say. If the output of my query (in the filter) returns a string longer than 56 characters, all other filters are blocked and grayed out, making them inaccessible. Could you tell me why? thanks Regards Rosita
-
Hi, I found the problem, and it seems to be solved with REPLACE(REPLACE(REPLACE(REGEXP_REPLACE(TO_CHAR(SUBSTR(xxxtl.name, 0, 99)), '<[^>]*>', ' '), '&', '&'), '"', '”'), ' ', ' ') or SUBSTR(xxxtl.name, 1, 56) as name on the filter "Titolo corso". I also found a post with a similar problem: Oracle BI Report > Parameter…