Search & Select Prompt Slow to Return Results
Hello,I'm having performance problems with the multi-select search & select prompts being very slow to search. The prompts have their own simple select query with a relatively small number of rows...
View ArticleRe: view tabular data to excel
There's a workaround to get the toolbar up top. Attach the query you want to view the tabular data to a new list. Then follow the steps from dougp. You'll always get the toolbar across the top this...
View ArticleCognos HTML Report Pagination from SQL
Hey Everyone,We are currently building a standard report in Cognos that will be pulling in a large number of rows from a SQL Server Database. We are showing 20 Data Rows per page via pagination,...
View ArticleFull Legend name is not coming in Pie Chart
Hi,I am using Cognos 10.2 and DB is Oracle. For one of the report i am using pie chart but cognos is not showing whole name for legend.Any idea how i can fix it?Thanks in Advance,Sunny
View ArticleRe: Cognos 11.0.8 Heads up on installation
Quote from: NYD3030 on 29 Nov 2017 12:29:16 pmApplying the version upgrade will delete and replace your webcontent folder, for example. This isn't clear in IBMs documentation at all. I think they've...
View ArticlePermission to Publish a Dynamic Cube
All, we are team of 4 Developers, we are building on a Cognos Dynamic Cube implementation.Here is the issue we run in to, Lets say Developer 1 Creates a Cube , He is able to Publish the cube and Start...
View ArticleRe: Permission to Publish a Dynamic Cube
Can you create a user that has full access rights and then use that to publish/write the cube?
View ArticleRe: Permission to Publish a Dynamic Cube
So, here is the thing, We all have Cube designers installed on our Machines.We cant share credentials honestly if that is what you are referring to?
View ArticleRe: Permission to Publish a Dynamic Cube
Just to add above the error message reads , You Do not have Permission to access Policies to the Objest <Cube Name>
View ArticleRe: Migration from Cognos 10 CQM to Cognos 11 DQM and facing Errors (11.0.7)
Thanks for your explanations. yes, I'm finding issues with the Model as I have adopted. The Relationships needs to be changed based on Aliases since the FM Model Subject Query is getting very confused....
View ArticleRe: DIMSIZ question - behavior unclear in documentation
So -- I am looping through a Dimension (using the Dimension as a Data Source) Then -- in the code - Applying Element Security by looping through the GROUPS: Is this similar to loading an Attribute?? So...
View ArticleTI process or other way to identify "WHERE USED" for a TI process ?
My predecessor here created some very cool, "modularized" , generic TI processes that get used in many other TI processes... Like all the BUILD_Dimension_xxx_ TI Process share a logging process called...
View ArticleRe: DIMSIZ question - behavior unclear in documentation
DonapYou are adding a piece of data ie "READ", "WRITE" etc into a cube, albeit, a security cube - "}ElementSecurity_sDim" - so DATA tab is appropriate.HTHAjay
View ArticleRe: TI process or other way to identify "WHERE USED" for a TI process ?
DonapThe simple answer, given what you have posted, is "No".I have a cube in my model which captures all sorts of data at runtime from all sorts of TI processes, some of them generic and some custom. I...
View ArticleCognos 10.2 with Office 365
Hi, One of our customers use Office 365 as their email server. But this is not supported in Cognos 10.1. I would like to know if it works with Cognos 10.2. TIA.
View ArticleRe: Cognos 11.0.8 Heads up on installation
Quote from: MFGF on 07 Nov 2017 03:35:47 amThe last time I spoke to an IBM person, they recommended you don't stop the Cognos service before installing the new version - let the install process handle...
View ArticleWeek Num Tuple
Hi All,I am working in Cognos 10.2.2 Report studio package developed from Cognos Dynamic Cube.Its a Crosstab with Status on Rows and Previous Month displayed in weeks and Current Month displayed in...
View ArticleRe: Alternate color formatting for list
You can use the RowNumber() function with the modulus function which BigChris mentioned to achieve this.Code: [Select]mod (RowNumber (), 2) = 0Enter the above as an advanced condition under conditional...
View ArticleRe: Permission to Publish a Dynamic Cube
By the way, do you need Administrator license to publish and start dynamic cubes?
View ArticleRe: Alternate color formatting for list
Hi BigChris/Stepharia,Thanks for your time but these code will not work in my senario. Since i have a list inside list which are connected through M/D relationship and we are showing data from both the...
View Article