GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Data Warehousing  >  Reportnet
Go To First  |  Previous Question  |  Next Question 
 Reportnet  |  Question 11 of 74    Print  
i want display zero when null values comming to report how can i do that

  
Total Answers and Comments: 3 Last Update: October 27, 2006     Asked by: chim 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
March 23, 2006 11:49:51   #1  
sai_1344 Member Since: March 2006   Contribution: 2    

RE: i want display zero when null values comming to re...

hi,

you want display zero when null values comming to report  can i do that

yes, type the following expression in report expression box:

 ifnull( expression,substitute(0))

                                                                                      saiprasad.m

                                                                                     raghavendra.c

                                                                                    9341716016


 
Is this answer useful? Yes | No
April 19, 2006 03:09:54   #2  
viswanath.s        

RE: i want display zero when null values comming to re...

You can follow this proceedure :::

  • Lets assume revenue is the field in which we have to display null values as 0.
  • First creat a calculated item and
  • Then write the expression of the cal item using If Then Else construct as
  • If (Revenue is null) Then ('0') Else(Revenue)
  • I think u can easily understand this.
  • Now u can see that the null values r displayed as '0' in the calculated item.

 
Is this answer useful? Yes | No
October 27, 2006 05:34:58   #3  
Mrcol        

RE: i want display zero when null values comming to re...

Hope this helps u...

Select he column u need in report.In the left pane u will find properties.

Select dataformate

In that u select Number

U will find "Missing value characters" giv zero there.

This May solve ur problem.Sorry if am wrong...

Thnx


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape