APPLYING COLORS TO ALTERNATE ROWS IN A LIST REPORT

Answers were Sorted based on User's Feedback



APPLYING COLORS TO ALTERNATE ROWS IN A LIST REPORT..

Answer / vmvk reddy

Suppose you are creating a report with two data items
Customer_Name and Total-sales respectively.

Create two new data items.
1.Dataitem1: Running-count([CUSTOMER_NAME])
2.Dataitem2: Mod([Data Item1],2)

Create a variable :
Boolean [Query1].[Data Item2]=1 or 0

Come to conditional explorer bar, select YES, under
properties select the background color.

Come to conditional explorer bar, select NO, under
properties select the background color.

Save report and run.

IT WILL WORK.

Regards VMVK REDDY

Is This Answer Correct ?    16 Yes 0 No

APPLYING COLORS TO ALTERNATE ROWS IN A LIST REPORT..

Answer / mallika

Create a One Boolean Variable in that write the expression
as mod(RowNumber(),2)=0.

Go to conditional explorer bar, select YES, under
properties select the background color.

Come to conditional explorer bar, select NO, under
properties select the background color.

Save report and run.

thank you
mallika

Is This Answer Correct ?    10 Yes 0 No

APPLYING COLORS TO ALTERNATE ROWS IN A LIST REPORT..

Answer / p. uday bhasker reddy

Develope the list report

then

Create a One Boolean Variable in that write the expression
as mod(RowNumber(),2)=0.

then

And go to the report page select the required colume and go to the properties assign the boolean variable

then

Go to conditional explorer bar, select YES, under
properties select the background color.

Come to conditional explorer bar, select NO, under
properties select the background color.

go to the report page

Save report and run.

Is This Answer Correct ?    4 Yes 0 No

APPLYING COLORS TO ALTERNATE ROWS IN A LIST REPORT..

Answer / gopal

create one boolean variable and write a condition

Mod(rownum(),2)=0

Is This Answer Correct ?    1 Yes 0 No

APPLYING COLORS TO ALTERNATE ROWS IN A LIST REPORT..

Answer / cognos

Here is a very useful link for Cognos

http://www.cognosasksumeet.blogspot.in

Cheers !

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Cognos Interview Questions

What are the types of folder present in cognos?

0 Answers  


Hey Techies, Could you please tell me about query processing? and what is database only and what is Limited locale? brief plz..

2 Answers   Atos Origin,


what is the role of cognos comsultant?what actually it means?pls reply

0 Answers  


how to improve the report performance?

1 Answers  


what is an sid (surrogate key)?

4 Answers   IBM,






This question is asking in many interviews,,,,, What is your challenging task in report studio? anybody pls tell me some 2 or 3 challenging tasks,,,,

0 Answers  


What is difference between informatica power mart and power center?

0 Answers  


WHAT ARE THE TYPES OF LIST REPORTS?

4 Answers   Patni,


What is Cognos Powerhouse and what is it used for?

2 Answers   IBM, M Care,


-------------How you design DWH?

0 Answers   Bank Of America,


I have four region(Us, Uk, Canada, Europe) in my value prompt. Along with this I want new prompt called All. Once I click on All it should display all regions data. How can I achieve this ?

6 Answers  


What are the components used in web tier?

0 Answers  


Categories