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
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 |
Answer / krishna
case when column_Name =0 then 'NULL'
else 'column_Name'
end
| Is This Answer Correct ? | 8 Yes | 0 No |
In my report i want display sales rep name, country ,city how to achieve this by using repeater table
-------------What is Coditional Prompting?
What are the different kinds of panes included in cognos?
What is difference between data mart and data warehouse?
What is meant by junk dimension?
what are the applications of the tabular model ????
Can you define transformer?
what are the dimensions that you have in your current project?list them?
advantages of cascade prompt ???
How do we create row level security in cognos8?
what happens when date function has taken as attribute
architecture of cognos8