If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Javascript "View tabular data"

Started by frankrss, 11 Jun 2019 08:51:05 AM

Previous topic - Next topic

frankrss

Hi, If I want to see the tabular data in a query, it needs several clicks to do it, does anyone know an easier way to run 'View tabular data'? or does somebody know the Javascripts to get the "View tabular data" menu?

Thanks a lot.

frankrss

Hi, If I want to see the tabular data in a query, it needs several clicks to do it, does anyone know an easier way to run 'View tabular data'? or does somebody know the Javascripts to get the "View tabular data" menu?

Thanks a lot.

CognosPaul

In 11.1 they finally brought back the one-click "view tabular mode" button. The RS GUI in 11.1 is significantly better than 11.0.

frankrss

Thanks for letting know. Do you maybe know the action code (Javascript maybe) behind this View tablular data?

oscarca

#4
If you have 11.1, just click on the Query and the View Tabular Data menu will appear.

frankrss

I see. Using 11.0 now, no idea when it can update to the new version. I am wondering wether I can get the action code of the view tabular data behaviour, then I can use it in a JavaScript to click on a button wherever I am in the report.

oscarca

I can try to see if I find the JavaScript in the installation folder of cognos analytics

dougp

If you already have the report open in the Report Authoring tool:

  • Click on Queries to open the Queries pane.
  • Right-click on the appropriate query.
  • Select View tabular data.

You want to replace that with this?

  • Click on a button.
  • Click on the name of the query in a list.
  • Click on another button to run the query.

You want to spend hours or days researching how to make this happen in JavaScript to perform the action in some non-standard way and save 0 clicks?
What am I missing here?

frankrss

#8
Hi, thanks for your reply.
When I'm in a query, I first need to click to see which query I'm in by clicking the middle part (if there are more than 1 queries). After I know which query it is, then I right click on the query, then I click on View tabluar data. 3 clicks totally.
I would like to have just one click on a button (maybe on the menu bar) to run View tabluar data. It will save a lot of clicks every day.