Tagged Questions
2
votes
2answers
76 views
Which filter is better in performance?
I'm Working in cognos 10.1 now.
I'd like to find the names which start with 'AB', 'CE', 'JA'. I'm concerned about the query's performance as the query subject (table) contains about 1,000,000+ ...
0
votes
0answers
23 views
DM-BCP-0030 error (TEXT data type not supported) when executing build
In Cognos Data Manager I get the following error when I execute the build:
WARNING - DM-BCP-0030 The column 'contents', data type 'TEXT' [18] is not supported by bulk copy.
0
votes
1answer
82 views
Data Manupulation Issue in cognos
One column contains the below case statement, when data is rendered the negative decimal value comes up wrong.
correct Value= -0.9 but it displays as .-9
i tried manipulating by changing data format ...
1
vote
1answer
80 views
Could I execute multiple expressions when a single condition is true in case..when statement in SQL?
I wanna display multiple statements when a single condition is true in case..when statement in SQL.
Eg:
case when (condition is true) then
print "A"
print "B"
.
.
.
.
print "Z"
when (condition2 ...
1
vote
1answer
104 views
How do I escape the # character in Cognos?
I have created a pass-through Query Item in Cognos 8 Framework Manager that requires the # character as part of the query. Unfortunately this gets interpreted by Cognos as the opening of a macro.
...
0
votes
2answers
621 views
Generating a Cognos report using cognos report studio for a SQL query
I am a newbie in Cognos. I am trying to create a report using report studio, I have the required package, and I want to create a report using a complex SQL query which has joins between three tables. ...
0
votes
0answers
82 views
What is the industry standard for reporting on an EAV database model?
Everywhere I look, I see explanations and deep dives showing why EAV is bad, and what we should be doing instead.
I have yet to find a post that actually shows a solution for the reporting side of an ...
0
votes
3answers
738 views
Converting Cognos reports to SSRS , what does XSUM command does?
We are in process of converting cognos reports to ssrs reports . i have a query which i got it from the cognos report and it is written in pervasive sql i am not sure about the language. I am able to ...
0
votes
2answers
827 views
How to populate a Javascript Dynamic Tree with data from an SQL query
I have scoured the internet and this website for an answer to this question and I have yet to see it. My apologies if I missed a post.
What I am trying to do is populate a tree in Javascript using ...
0
votes
2answers
1k views
Creating Left Outer Join Query in Cognos
I have the following problem. In one table I have a list of Clients with ID, in another table I have a list of Calls for those Clients. In the datamodel i have marked relationship 0 to many. 1 Client ...
1
vote
1answer
245 views
Cognos - creating subqueries
I'm very new to cognos, so need your help on the following:
One of the report input parameters is Order-By with options First name,Last name,Default.
I have a query item MainQuery which has these ...
0
votes
1answer
932 views
Cognos FM snowflake or star schema? Help with hierarchies needed
I need some help with modeling in Cognos Framework Manager 8.4.
Given following schema
where
F_sales.order_key references
D_order.sid
D_orderItems.orderID references
D_order.OrderID
...
1
vote
2answers
818 views
Instr Function Cognos Report
I am trying to find the @ in a string field. The follow data item in a Congos 8 returns
0
for every call.
instr
(
test@email.com, '@', 1
)
Any ideas? New to Cognos and Oracle in general but I ...