Suppose we want to display zero when null values coming to report how can we do that?
Submitted by: AdministratorYou can follow this procedure :::
Lets assume revenue is the field in which we have to display null values as 0.
First create 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.
Select the data item in which you want to replace null with 0 .Go to Properties pane, Click Data Format, in this put 0 in Missing value Characters.
Submitted by: Administrator
Lets assume revenue is the field in which we have to display null values as 0.
First create 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.
Select the data item in which you want to replace null with 0 .Go to Properties pane, Click Data Format, in this put 0 in Missing value Characters.
Submitted by: Administrator
Read Online Reportnet Job Interview Questions And Answers
Top Reportnet Questions
☺ | Explain What is difference between query studio and report studio? |
☺ | How to generate the cubes in framework manager? |
☺ | What is the Difference between PowerPlay transformer and power play reports? |
☺ | Explain What is the Difference between PowerPlay transformer and power play reports? |
☺ | Explain Is there any comparison available for Cognos Reportnet Vs Crystal reports? |
Top Data Warehouse Job Categories
☺ | Warehouse Assistant Interview Questions. |
☺ | Ab Initio Interview Questions. |
☺ | Data Stage Interview Questions. |
☺ | ColdFusion Interview Questions. |
☺ | Data Warehouse Supervisor Interview Questions. |