Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Did you find any differences in bursting feature between reportnet 1.1 & cognos 8? what are the differences?

0 Answers  


Tell me about Dnamic and Static Dashboards?

0 Answers  


how to explain health care project and which reports we can create in health care doain?

0 Answers  


2.How do you drill through report from Report Studio to Analysis studio?

3 Answers   IBM,


is cognos 7 is better than cognos 8

0 Answers   TCS,


why we r using report studio in webbased only and fm windows based only

1 Answers  


What junk dimension contains?

0 Answers  


Hi Guro's How to give give one space for every 5 rows in a crosstab report in cognos

2 Answers   IBM,


3.User1 doveloped some report,user2 modify the same report and user 3 also updates in that same report? how to identify that report will be modified or not?

1 Answers   IBM, Thomson Reuters,


After installation of Cognos Reportnet how do i know how much of entire Cognos server is being utilised at any instatnt of time?

1 Answers  


how do you test reports in reportnet? what do you record in unit testing documents? pls give answer in detail......

2 Answers   TCS, Tech Mahindra,


Hi All, When user run the cognos report, that report output data must be download/available in EXCEL / CSV file.? (like... list report contain PL,PT,PN,RVEN, that excel/csv default download must be list columns PL,PT,PN,REVN) Thanks in Advance, LN.

2 Answers   IBM,


Categories