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

how to create relationship between emp and salgrade tables in frameworkmanager?

1 Answers   TCS,


What errors and types of errors you faced in Cognos ReportNet?

1 Answers  


in reportnet how u burst the reports for every 5th day, 10 th day, 15 th day, 20 th day

2 Answers   IBM, iFlex, iGate,


What is called materialized view?

0 Answers  


What are all types of Batches?

0 Answers  






How to write the necessary TSQL to create data sets, pull the data sets in Cognos Report Studio WITHOUT using framework manager.

2 Answers   Satyam,


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'

2 Answers   Cap Gemini,


Can we create a report in cognos BI without a Package? i.e. without framework manager? If so how? I have been asked this question twice..i think this feature is available in cognos 10 version..not very sure....Could anybody highlight?

7 Answers   Cognizant, Cognos,


What are types of batch available in cognos?

0 Answers  


HOW MANY LEVELS CAN BE USED IN DRILL THROUGH REPORTS

5 Answers   IBM, Virtusa, Wipro,


diff b/w grouping and aggregation

1 Answers   HCL,


Explain what is the main advantage of impromptu over cognos reportnet?

0 Answers  


Categories