I have tables like tableA&tableB,in tableB columns(sno,month,netrevenue,year),by using both the tables we hava to create list columns like(country,month,net revenue)when i run the report if my retrevenue'0'this plasa i want to display'NULL'

Answers were Sorted based on User's Feedback



I have tables like tableA&tableB,in tableB columns(sno,month,netrevenue,year),by using both the ..

Answer / naresh

Create one new Derived Column ,In derived column Expression use case statement as ---->

case when column_Name =0 then 'NULL'
when column_name<>0 then cast(column_name,varchar(20))
end

after this hide the original column by checking properties of column

Is This Answer Correct ?    9 Yes 0 No

I have tables like tableA&tableB,in tableB columns(sno,month,netrevenue,year),by using both the ..

Answer / krishna

case when column_Name =0 then 'NULL'
else 'column_Name'
end

Is This Answer Correct ?    8 Yes 0 No

Post New Answer

More Cognos Interview Questions

These are the questions asking in many interviews, so pls help me,,, How did you get requirements from the client? How did you send reports to the client? How did you interact with your client? I mean through e- mail or phone or in any other way?

2 Answers   IBM,


------------------What is Inline Query?

0 Answers   Cap Gemini,


Hi all, IF any one has Cognos Dump Questions please send it to my mail ID : jaya.purna@gmail.com Cheers Jaya

1 Answers  


how to explain tne project at the time of interview? where to start and how to end? plz explain in detail thax in advance

0 Answers   HCL,


HOW TO DEVELOPE THE DRILLTHROUGH REPORTS?

4 Answers   IBM, TCS,






--------------Explain Table of contents?

0 Answers   Cap Gemini,


how do you deploy a report in cognos 8 to run in maximo6? what r the steps in maximo??

0 Answers   IBM,


how u create security to reports ????

10 Answers   iFlex, iGate,


what is the security module used in cognos?

2 Answers   Cognos, IBM,


----------------What is Scopr Relationship?

1 Answers  


when can i use the STAR Schema and SNOWFLAKE Scgena

4 Answers   IBM,


I have four region(Us, Uk, Canada, Europe) in my value prompt. Along with this I want new prompt called All. Once I click on All it should display all regions data. How can I achieve this ?

6 Answers  


Categories