How to findout YEAR CALCULATION?
THAT MEANS YOU SHOW THIS YEAR REVENUE AND LAST YEAR REVENUE.
WHEN YOU FILTER THIS YEAR VALUE THE RESULT SHOULD DISPLAY
THIS YEAR RESULT AND LAST YEAR RESULT.

Answers were Sorted based on User's Feedback



How to findout YEAR CALCULATION? THAT MEANS YOU SHOW THIS YEAR REVENUE AND LAST YEAR REVENUE. WHE..

Answer / pooja

Why do we need to do that? i mean why do we need to display
revenue of 2 years, when we are choosing a particular year
to display the value? What is the scenario?

Is This Answer Correct ?    0 Yes 0 No

How to findout YEAR CALCULATION? THAT MEANS YOU SHOW THIS YEAR REVENUE AND LAST YEAR REVENUE. WHE..

Answer / nasa

scenario:

Display 2013 and 2014 revenue and compare that country wise?

report studio-> list-> drag and drop a country data item
from branch query subject

drag a QUERY CAL from tool box drop beside country column

Name: 2013_revenue
expression:
if(order_year=2013) then(sales.revenue)
else(0)

drag a QUERY CAL from tool box drop beside 2013_revenue
column

Name: 2014_revenue
expression:
if(order_year=2014) then(sales.revenue)
else(0)

drag a QUERY CAL from tool box drop beside 2014_revenue
column

Name: variance_between_2013 and 2014
expression:
2014_variance - 2013_variance

ok

save and run


Is This Answer Correct ?    0 Yes 0 No

How to findout YEAR CALCULATION? THAT MEANS YOU SHOW THIS YEAR REVENUE AND LAST YEAR REVENUE. WHE..

Answer / uzval_vee

by using expressions, i mean by using conditional
constructs and thru graphs we can view the revenue and
caliculated data as well.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Cognos Interview Questions

What snowflake and Starschema?

2 Answers   HCL,


whats the difference between previous version of cognos and cognos 8 BI?

2 Answers   IBM,


what are the components in the cognos connection page consists (eg: my folder, public folder,directions, schedule management tool etc.....)

1 Answers   HCL,


hi,dis is kumari.I'm searhing on cognos.1 want realtime scenarios with solutions.persons having hands on experience in real time plz help me out. my mail-id is vicky_ceti@yahoo.co.in hope u will respond as soon as possible. thank u in advance

26 Answers   IBM,


What is model?

1 Answers  


Difference between Express authoring mode and Professional authoring mode?

2 Answers   Wipro,


What is Cardinality

6 Answers   Cognizant, HCL,


What is Clipboard? How to import XML file into Clipboard?

2 Answers   CSC, HCL,


What is Report item

1 Answers   TCS,


Explain the different stages in creating a report in cognos report net?

3 Answers   IBM,


Can you define framework manager?

1 Answers  


how many facts&dimensions tables in a sales project?can any body name those dimensions and fact tables please

6 Answers   TCS,


Categories