Re: Connect with SQL Server 2016 64 Bit vs SQL Server 2008 32 bit
Quote from: Invisi on Today at 02:49:15 amIt better work, we are just migrating to SQL server 2016 and Windows 2012 R2 because we are so fed old with the ancient stuff... Just no time to also migrate...
View ArticleRe: issues using prompt macro in framework manager using database processing
The values in prompt macros can be pushed to the database as long as you aren't using functions that require local processing. Can you post your prompt macro for us to see? If you are using any...
View ArticleRe: Is Edge browser officially supported ?
http://www-01.ibm.com/support/docview.wss?uid=swg27047186
View ArticleRe: Display ALLMEMBERS from SSAS / MDX
This is one of the things that drives me crazy about the MDX engine, we can't specify the specific functions like this. I suspect the main reason is that a lot of these functions are database specific....
View ArticleIssue with a calculation in FM
Hello everyone,I'm trying to create a new query item under a query subject that is a simple calculation of A / B = C. A & B in the calculation are both query items under the same query subject and...
View ArticleRe: Issue with a calculation in FM
A + B = C is an additive measure. sum(a)+sum(b)=c = sum(a+b)=cA / B = c is a NON additive measure, so sum(a)/sum(b)=c ≠ sum(a/b)=c In report studio you can set the solve order to 2 (or higher if...
View ArticleRe: Dashboard Ideas!
Hi, I had a look at your dashboard. I am suggesting some changes: a) For the indicators : You can try using some conditional formatting on the indicators box signifying whether they are within in the...
View ArticleRe: Changing color
Hi , thank you for the response.I have chosen red as plot area fill , green.. and it works as you say.The problem is when i choose white color , white color is not applied to the chart , grey color...
View ArticleRe: Connect with SQL Server 2016 64 Bit vs SQL Server 2008 32 bit
You are right, it is stupid of me to expect some consistency of a Microsoft product... The fact that 10.3 has 3 native SQL Server client options in the list says enough...So a straight JDBC connection...
View ArticleRe: Categorization of Cognos reports
I agree with Chris, it all depends on the context you are developing on. Not just the framework model, but already the underlying Data Warehouse model (assuming you are given one actual Data Warehouse...
View ArticleRe: Cognos Active Report Performance Issue
Hi, Thank you both for the reply. @Deep750: We are running Cognos 10.2.1.@CognoidJay: Here are the answers for the questions1. Have you captured the SQL of these queries? How long do they take to run...
View ArticleRe: when to use CUT or move (in moving reports from one folder to another)
If you cut and paste you can end up with broken links...moving tends to keep the links intact.
View ArticleRe: Regarding error "RSV-BBP-0038 " in cognos version 10.2.1 report studio.
As MF has already said, it's generally something outside of the report itself. Is there a lot of network traffic at the time?http://www-01.ibm.com/support/docview.wss?uid=swg1PM09131...
View ArticleRe: Changing a numeric field to a data field
Quote from: CognosPaul on 22 Feb 2017 12:34:30 pmGo to your DWH architect and smack him, then buy a bottle of the finest Finnish water for your friendly ETL guy...
View ArticleRe: Advise on Fix installation
1. No2. No3. There should not.Have you considered upgrading to planning 10.2, now with BI 10.1.1 being out of support since April 30 2016?
View ArticleRe: can't find GOSALES.zip after installing Cognos Analytics
Quote from: seth_chin@yahoo.com on 22 Feb 2017 12:23:01 pmHi,I installed Cognos 11.0.5 using "Ready to Run" option. I wanted to restore the backup files for sample database so I installed SQL Server...
View ArticleRe: Order folders and entries
Quote from: mjcotter on Today at 09:31:31 amAnyone find a way to do this yet in Cognos 11? I'm poking around Release 5 and haven't found it yet.There's nothing I've seen that allows this...MF.
View ArticleRe: Transformer Data source is database(sql server, db2)
Quote from: MFGF on Today at 03:56:49 amIQD files are a specific technology for use in Cognos 7. Although there are ways to create them from Framework Manager in Cognos 10, you should really move away...
View ArticleRe: How to perform a cross join?
This is one of those cases where DMR shines. If you have this requirement in multiple places, you should consider adding a dimensional layer. This way you'll automatically get the crossjoins you need.
View Article