Comparing two crosstabs with separate queries (conditional formatting?)
Hello everyone,I am building a Report that consist of 2 crosstables. Both crosstables have the same structure (column/row), but separate queries. The difference between the two is, that they have been...
View ArticleRe: alternative page rendering with conditions
BigChris... I like that idea seems easier
View ArticleRe: Track Back Error with Date Prompt
if those are typical examples of your values, then Code: [Select]substr([value],3,1)='/' should do the trick/edit: gah sorry, the Oracle bias.... it should be substring, not substr
View ArticleCompany logo/image not showing when we export report to PDF/Excel
Hello all. I recently added our company logo to a handful of our reports in Report Studio in TM1. When the report is ran, the results show the company image fine - which we added by using a image URL...
View ArticleFunction to get the month from the date dimension using a cube
Hello All,So I am creating a report using a cube. I need to extract the month from the date dimension. My month cation looks like YYYY/mmm (eg 1996/Apr). Any ideas on how to get only the month from...
View ArticleDisable Login Screen or Prevent non-sso Login attempts
Hey Folks,We have an internal application that we have users sso into Cognos from to run some reports and would like to prevent the ability for any of our users to access Cognos in any way other then...
View ArticleRe: Function to get the month from the date dimension using a cube
Never mind - manage to get it using the CAST function...cast ([CubeName].[Date].[Date].[Month] -> ?RM?, VARCHAR(10), 6)Thanks ! - D
View ArticleRe: Company logo/image not showing when we export report to PDF/Excel
Hi BZboy!Take a look here: http://dicascognos.blogspot.com.br/2016/07/renderizacao-de-figuras.html It's in Portuguese, but I hope it helps.Best, Carlos
View ArticleRe: JavaScript to Call Function Passing Parameters OnBlur
Finally, I got it to work! I created an inline function to all the validatePrompt function.fW._textEditBoxRange_C_From.onblur = function callValidatePrompt() {...
View ArticleRe: TR3110 Error when running cube build twice in a row via Transformer or...
Thanks for the reply, bdbits. We had our network admin restore a backup copy of the cube model from a couple of weeks ago, changed the signon account to the new account and everything works. Due to the...
View ArticleRe: TR3110 Error when running cube build twice in a row via Transformer or...
I know what you mean. Unfortunately, I think IBM has all but mothballed any work on Transformer aside from mostly empty version number increments and logo updates.Glad you got it going.
View ArticleRe: How to add comment to each measure in the Cross Tab report
I agree, I would look for another way to present the data. Crosstabs are very useful but finicky things.
View ArticleRe: multiple datasource in cognos
If there is one, it is somewhere in here. I looked a little bit but saw nothing obvious for...
View ArticleRe: Company logo/image not showing when we export report to PDF/Excel
Cognos deals with images in HTML totally differently from images in PDF or Excel. HTML uses a href that the user can access, but generating PDF or Excel is performed on the server, not by the user....
View ArticleRe: Unable to see the Schme while creating a data module
Thanks MFGF for your prompted response.I was able to connect to Oracle 10gR2 using ojdbc7.jar but it is not recommended because the risk here is that Cognos query generation is based on the...
View ArticleRe: Missing a column not null when generating report
I want to add that the missing column is a calculation. Thanks for your help!
View ArticleRe: Crosstab report with time dimension and country dimension.
Wow!!!....Thanks MFGF!!!!.......it's level works Please advise now, how to calculate average revenue ( total revenue /working days(YTD-->QTD-->MTD) in DMR model against working days in report...
View ArticleRe: DMR Functions to know Level position in hierarchy
Your advise work for me .....Thanks MFGF
View ArticleRe: Comparing two crosstabs with separate queries (conditional formatting?)
Hi bdbits,sorry for the late replay! At first glance, I couldn't find an updated version of your document, but it definitly does help. I think, I will have to go with "tuple" somehow, PTD-functions...
View Article