Profile

Paul Mendelson

  • Business Partner

Product Manager,
PMsquare

Contributions

1 to 5 of 50+ total
Posted By Paul Mendelson 08/23/26 07:40 AM
Found In Egroup: Cognos Analytics
\ view thread
Hey Kris, I've done a lot with this. When it comes to getting additional data on demand what I like to do is to create a separate report and call that using CMS. https://server/ibmcognos/bi/v1/disp/rds/reportData/searchPath/content/folder[@name='FolderName']/folder[@name=%22SubFolderWith'Apo ...
Posted By Paul Mendelson 07/28/26 05:14 PM
Found In Group: Cognos Analytics
\ view thread
@Mack Yeah, the browser developer toolbar is the way to go here. I'd be interested to know what differences there are with this user. Different browser? VPN? Some sort of network sniffer or packet shaper?
Posted By Paul Mendelson 07/24/26 03:07 AM
Found In Group: Cognos Analytics
\ view thread
Can you show where you're putting the measure? Have you tried making a stand-alone calculation for it? In what way is it not working?
Posted By Paul Mendelson 07/24/26 03:06 AM
Found In Egroup: Cognos Analytics
\ view thread
The available APIs are very different between the different versions. Cognos 12.1.3 introduced a few more. So there are a few things here. REST API could refer to Programatically controlling Cognos Accessing JSON data sources The published API (https://www.ibm.com/docs/en/cognos- ...
Posted By Paul Mendelson 07/24/26 02:44 AM
Found In Group: Cognos Analytics
\ view thread
this is fascinating. The error invalid verb means the request Cognos was receiving from the browser was malformed. The verb means the method of the request was not recognized. It's usually either PUT, GET, POST, or DELETE, but there are a few others. Does this happen only when the name of the report ...