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

What is Performance Tunning Test?

2 Answers   IBM,


Can we test the report other than manual testing?

0 Answers  


What errors and types of errors you faced in Cognos ReportNet?

1 Answers  


what is Associated grouping? and how it works in cognos impromptu?

1 Answers   IBM,


What are all types of prompt?

1 Answers  






what are determinants?

4 Answers   Dominion,


what are the dimensions that you have in your current project?list them?

0 Answers   IBM,


How security is concerned with Reportnet? Explain its implementing steps.

0 Answers   iFlex,


how to handle multifact?

2 Answers   IBM,


Can we use 2 packages in report studio at a time is there any alternative for this Thanks Nithin

7 Answers   IBM,


What is the difference between the content store and content manager?

0 Answers  


what type of charts we create mostly in realtime? plz help

4 Answers   IBM,


Categories