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...


im having null data in one of the cell in my report
i have to display as "no data" when u run the report
how can i achive this problem?

Answers were Sorted based on User's Feedback



im having null data in one of the cell in my report i have to display as "no data" when u..

Answer / uday

1.select the query item in the list which contains null value.
2.if it is char data type then click the data format in
properties.
3.select the format type text,
4.In the missing value enter the text as "no data".
5.so that you will get the output when it contain null values.

Is This Answer Correct ?    13 Yes 0 No

im having null data in one of the cell in my report i have to display as "no data" when u..

Answer / naidu

1) click on query item that you have draged from the layer.
2) click on LIST it was in the properties
3) then in the properties you will find NO DATA CONTENTS
make it as YES
4) drag TEXT ITEM from tool box properties and type your
MESSAGE
5) Run the report

Is This Answer Correct ?    7 Yes 4 No

im having null data in one of the cell in my report i have to display as "no data" when u..

Answer / l m patel

Hi,
There are lots of option.
In Frame Work Manager :
In query you write like this
1]Ex: Decode(column_name,' ','No-Data')
2]EX: case when WORKORDER.SITEID is null then 'No-Data'
else WORKORDER.SITEID end as SITEID


IN Report Studio also write same expression :
In query you write like this
1]Ex: Decode(column_name,' ','No-Data')
2]EX: case when WORKORDER.SITEID is null then 'No-Data'
else WORKORDER.SITEID end as SITEID

3]EX:
a) click on query item that you have draged from the layer.
b) click on LIST it was in the properties
c) then in the properties you will find NO DATA CONTENTS
make it as YES
d) drag TEXT ITEM from tool box properties and type your
MESSAGE
e) Run the report

4]EX:
a.select the query item in the list which contains null value.
b.if it is char data type then click the data format in
properties.
c.select the format type text,
d.In the missing value enter the text as "no data".
e.so that you will get the output when it contain null values.

That's it ....

Is This Answer Correct ?    2 Yes 0 No

im having null data in one of the cell in my report i have to display as "no data" when u..

Answer / bash

In this scenario by using DECODE()function we can solve this
problem

Ex: Decode(column_name,' ','No-Data')

Is This Answer Correct ?    1 Yes 0 No

im having null data in one of the cell in my report i have to display as "no data" when u..

Answer / muku

Is this informaica or any another reorting tool.
Please clarify

Is This Answer Correct ?    1 Yes 2 No

im having null data in one of the cell in my report i have to display as "no data" when u..

Answer / nikhila reddy

we isnull



select isnull(col name,'no data')

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Cognos Interview Questions

Can you define bitmap index?

0 Answers  


How can I test reports in cagonos?

0 Answers  


What is the use of Excel files in Cognos8?

1 Answers  


difference between drill through and master detail report?

2 Answers   HCL, Zensar,


What are the different types of reports present in cognos?

0 Answers  


How do we create row level security in cognos8?

3 Answers  


How to do Performence Tunning in Cognos Reports?

0 Answers  


is there any difference between operational database and data base?if yes what r they?

0 Answers  


What is Normalization?

3 Answers  


what is Galaxy schema??

2 Answers   IBM, iGate, Wipro,


What junk dimension contains?

0 Answers  


-----------What is member Description?

2 Answers  


Categories