cognos

Cognos Calculate Variance Crosstab (Dimensional)

允我心安 提交于 2019-12-07 19:04:50
问题 This is very similar to Cognos Calculate Variance Crosstab (Relational), but my data source is dimensional. I have a simple crosstab such as this: | 04-13-2013 | 04-13-2014 --------------------------------------- Sold | 75 | 50 Purchased | 10 | 15 Repaired | 33 | 44 Filter: The user selects 1 date and then we include that date plus 1 year ago. Dimension: The date is the day level in a YQMD Hierarchy. Measures: We are showing various measures from a Measure Dimension. Sold Purchased Repaired

Using Apache Hadoop in a Cognos BI environment

一曲冷凌霜 提交于 2019-12-07 14:34:11
问题 This might be a dumb question since I have not yet fully understood how Cognos BI works. Also, I tried posting this on Stack Exchange, in vain (error with putting tags). My question is - Can Apache Hadoop be used to make Cognos BI work faster ? Or is Cognos doing the same thing which Hadoop does (MapReduce functionality) ? The place where I have started working, uses the Cognos BI suite on top of Sybase IQ (the content store). Apache Tomcat is the web server. What happens sometimes is that

Cognos Calculate Variance Crosstab (Dimensional)

夙愿已清 提交于 2019-12-06 13:28:38
This is very similar to Cognos Calculate Variance Crosstab (Relational) , but my data source is dimensional. I have a simple crosstab such as this: | 04-13-2013 | 04-13-2014 --------------------------------------- Sold | 75 | 50 Purchased | 10 | 15 Repaired | 33 | 44 Filter: The user selects 1 date and then we include that date plus 1 year ago. Dimension: The date is the day level in a YQMD Hierarchy. Measures: We are showing various measures from a Measure Dimension. Sold Purchased Repaired Here is what is looks like in report studio: | <#Day#> | <#Day#> --------------------------------------

Using Apache Hadoop in a Cognos BI environment

为君一笑 提交于 2019-12-06 00:44:37
This might be a dumb question since I have not yet fully understood how Cognos BI works. Also, I tried posting this on Stack Exchange, in vain (error with putting tags). My question is - Can Apache Hadoop be used to make Cognos BI work faster ? Or is Cognos doing the same thing which Hadoop does (MapReduce functionality) ? The place where I have started working, uses the Cognos BI suite on top of Sybase IQ (the content store). Apache Tomcat is the web server. What happens sometimes is that Cognos takes a lot of time(almost dies) to generate reports if the data set is large. So can Apache

In cognos, could we avoid an optional prompt asking a value when its parameter is used in a data item in a query?

前提是你 提交于 2019-12-05 07:21:17
问题 Actually, I'm working in Cognos 10.1 report studio. In my report, I have two prompts, one is optional and another prompt is required. I've used both the prompt parameters inside the data item for some condition. So, the optional prompt has also turned to required. What should we do to avoid this? 回答1: We can use #prompt()# for this. Usually, #prompt()# is used to deliberately force the parameter to hold some value. Instead of using the parameter directly, we should use the #prompt()#. For

What were the main disadvantages of CGI-BIN based web development?

此生再无相见时 提交于 2019-12-05 00:04:19
问题 I was fortunate enough to not do any cgi-bin .cgi based web development. But generally those who have do not seem to 'miss' those days. A project I recently joined has a performance issue when dealing with the pages that need to communicate to a legacy system that has a CGI-BIN based API. That system is COGNOS 7. The feedback I received to date is that 'COGNOS is slow' but others have reported great success with COGNOS, I am thinking it has more to do with the access via CGI-BIN and not the

Converting a Cognos XML Schema file to XML using Javascript code

↘锁芯ラ 提交于 2019-12-04 06:53:08
问题 I found many "converters" online that will do this for you, but I haven't been able to find any source code that I can easily implement. I was wondering if anyone would be so kind to provide me with suggestions or even provide me with code that will do this task for me. I am trying to convert to XML so it will be easier to parse. I am trying to convert this (Cognos XML Schema)... <?xml version="1.0" encoding="utf-8" ?> - <dataset xmlns="http://developer.cognos.com/schemas/xmldata/1/" xmlns:xs

In cognos, could we avoid an optional prompt asking a value when its parameter is used in a data item in a query?

醉酒当歌 提交于 2019-12-03 21:48:47
Actually, I'm working in Cognos 10.1 report studio. In my report, I have two prompts, one is optional and another prompt is required. I've used both the prompt parameters inside the data item for some condition. So, the optional prompt has also turned to required. What should we do to avoid this? We can use #prompt()# for this. Usually, #prompt()# is used to deliberately force the parameter to hold some value. Instead of using the parameter directly, we should use the #prompt()#. For example, Suppose, ?Parameter1? is used in a data item and it holds a integer value, replace it with a #prompt()

What were the main disadvantages of CGI-BIN based web development?

…衆ロ難τιáo~ 提交于 2019-12-03 15:42:13
I was fortunate enough to not do any cgi-bin .cgi based web development. But generally those who have do not seem to 'miss' those days. A project I recently joined has a performance issue when dealing with the pages that need to communicate to a legacy system that has a CGI-BIN based API. That system is COGNOS 7. The feedback I received to date is that 'COGNOS is slow' but others have reported great success with COGNOS, I am thinking it has more to do with the access via CGI-BIN and not the performance of COGNOS in and of itself. All that said what are the main issues that made CGI-BIN based

Converting a Cognos XML Schema file to XML using Javascript code

匿名 (未验证) 提交于 2019-12-03 02:43:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I found many "converters" online that will do this for you, but I haven't been able to find any source code that I can easily implement. I was wondering if anyone would be so kind to provide me with suggestions or even provide me with code that will do this task for me. I am trying to convert to XML so it will be easier to parse. I am trying to convert this (Cognos XML Schema)... <?xml version="1.0" encoding="utf-8" ?> - <dataset xmlns="http://developer.cognos.com/schemas/xmldata/1/" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"> - <!