Profile

Contact Details

Paul Mendelson

Product Manager,
PMsquare

Contributions

1 to 5 of 50+ total
Posted By Paul Mendelson Tue May 27, 2025 02:41 PM
Found In Group: Cognos Analytics
\ view thread
If you're willing to use third party software, my Object Search in CogBox handles this quite well. When you do a search for users it runs the expressbus/content-manager API to get a list of all accounts. As users log in, I have a script that automatically records their identity and capabilities into ...
Posted By Paul Mendelson Wed April 30, 2025 02:23 AM
Found In Egroup: Cognos Analytics
\ view thread
This isn't a great solution, but you can try this. Place an HTML item on the page with this: #AppToolbarRightPane_btnFilters(display:none) The problem I have with it is that the filters button does appear for a moment while the report is rendering. ------------------------------ Paul Mendelson ...
Posted By Paul Mendelson Thu January 30, 2025 04:30 AM
Found In Egroup: Cognos Analytics
\ view thread
#length( join('', substr(split(';',promptmany('Fruit','integer')),0,1) ) )# Split the prompt many into an array of values. [123,234,345,456,567] substring each element to a single character [1,2,3,4,5] join into a string with no separator 12345 count the characters ...
Posted By Paul Mendelson Tue January 28, 2025 09:11 AM
Found In Egroup: Cognos Analytics
\ view thread
The problem is that Cognos generates the graph image and stores that in the content store. ------------------------------ Paul Mendelson Product Manager Product Manager PMsquare ------------------------------
Posted By Paul Mendelson Tue January 28, 2025 07:00 AM
Found In Egroup: Cognos Analytics
\ view thread
I've made a really quick model. Fruit.xlsx has the data, AllergiesModel.json is the model, and report.txt is the report. The filter shows everyone who is allergic to apples: And now it shows everyone who is allergic to both Apples and Bananas: ------------------------------ ...