Hi Techies,
I have a requirement of changing the definition of measure Object in universe...
I have a measure object defined at my universe as nvl(table_name.column_name,0) and I have ran the report and it was successful..
Now the scenario is I want to change my existing measure object definition to sum(nvl(table_name.column_name,0))...
Here my concern is that will this change have any impact on the reports developed, I mean the values that the existing report is showing ...
How ever I have to do the analysis and data validation with the sample data ..... I am also doing the same ...
If some one can give me the impact of nvl() and sum(nvl()) that would be much more helpful to me...