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

Recent posts

#81
Reporting / Re: Wrapping Colums in Double ...
Last post by adam_mc - 03 Mar 2025 11:24:59 AM
Doug, I agree with the fundamental points you are making for getting the vendor to accept a standard .CSV output (without any double quotes).
However, what I don't understand is why the following results would occur in Cognos for HTML vs. .CSV output???

Column1  '"' || cast([Data Item1] as varchar(256)) || '" where Data Item1 = a
Column2  '"' || cast([Data Item2] as varchar(256)) || '" where Data Item2 = b

In HTML, output is:
"a", "b"

In .CSV, output is:
"a", """b"""

For the .CSV output, why isn't the double quote wrapping working consistently for the first column vs. all subsequent columns?
It doesn't even matter what the data type is - character, numeric, date - I always get the same formatted set of results. First column single double-quotes, subsequent columns triple double-quotes.
If it is a matter of wrapping double quotes in additional double quotes, why isn't it doing it gor the first column?

It just doesn't make sense to me, but again I could be misunderstanding something!

Adam.
#82
Reporting / Unable to print html report ou...
Last post by krishdw85 - 03 Mar 2025 09:01:41 AM
Hi Team,

PFA, while printing inside content body and data is missing in html output.
Can you please check and gudie.
#83
Hi Team,

PFA, while printing inside content body and data is missing in html output.
Can you please check and gudie.
#84
General / Exploring the Intersection of ...
Last post by BettyPen - 03 Mar 2025 04:43:35 AM
How can individuals with Autism or Asperger's, known for their unique cognitive abilities and attention to detail, leverage the power of IBM Cognos Analytics for Big Data processing and interpretation? Are there specific strategies or tools within the software that could be particularly beneficial for neurodiverse individuals in this field?
 
Forum Asperger
#85
Reporting / Re: Filter multiple words in o...
Last post by Warm - 28 Feb 2025 02:46:45 AM
I want to find keyword(s) in the text value. Im looking for AND/OR solution that the query loops in 1 text value for all keywords and then goes to the next.

Query sample that im currently using:
[Dataitem].[textvalue] CONTAINS 'Test1' OR
[Dataitem].[textvalue] CONTAINS 'Fox' OR
[Dataitem].[textvalue] CONTAINS 'Cat' OR
Etc...

I found a solution in SQL with cross join but this one needs to be done in Cognos Analytics, which I not found a good solution.
#86
Cognos Analytics / MOVED: Unlocking Full Report L...
Last post by MFGF - 27 Feb 2025 11:48:06 AM
#87
Cognos Analytics / MOVED: Insertable objects only...
Last post by MFGF - 27 Feb 2025 11:47:48 AM
#88
Cognos Analytics / MOVED: An error while performi...
Last post by MFGF - 27 Feb 2025 11:47:17 AM
#89
Reporting / Re: Grouping isn't working in ...
Last post by Bago - 27 Feb 2025 05:46:01 AM
Thank you, Adam, for the response

I did remove those columns, but it still gave me the same result.

After a while from posting this issue

The item seems not duplicated anymore.

However, new items shown have the same issue: they are duplicated 


I've attached a sample from the report. I grouped all the report columns, and I highlighted the item that is duplicated


All the item seems to work fine, but when you look at the column in the cells not merged as one Cognos start a new row, but the item in it

it happened from time to time in certain items
#90
Reporting / Re: Filter multiple words in o...
Last post by dougp - 26 Feb 2025 11:42:17 AM
I think what you have shown are your two inputs:  The list of keywords for the filter and a sample text description.

Please show the expected outcome.  More sample text descriptions, at least one that contains none of the keywords, would also be helpful to better demonstrate the problem.