Ihave one report.Now i want to display that report as one
row as one color and another row as another color.The
entire report i need like that
Answers were Sorted based on User's Feedback
Answer / preethi
I am a fresher
just answering you through searching the topic
Alternating row shading can be done in webi thru alternate
row shading property, but in deski we need to create a
formulae for fetching the row numbers and creating alerter
like =even(line number)
then all the even 2,4,6.. will be in one colour
if you write
=odd(line number)
then all the odd lines 1,3,5 will be in different colour
hope it will help you
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / krishna murari
Alternating row shading can be done in deski.
To show the different color in different row
Create a New variable.
put the formula
=Mod(Rowindex(),2) in new variable.
click ok.
add this variable in to report
Now create a Alerter and put 1 or 0 and color.
Now you can get the different color in different row.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / saravanan.a.v.
Let me put this very simple.
1.Create a local variable Evenline with this formula in it
=Even(LineNumber())
------------------------------
LineNumber() returns the number of current line in the block
Even(LineNumber()) returns 1 for a even lines and returns 0
for odd lines.
---------------------------------
2.Now create a new alerter and go to the conditions tab, and
select the “Evenline” variable in the variable to compare field.
Value for operator should be equal to1 ,
Go to results box and choose the desired background color
and apply this Alerters to the block.
| Is This Answer Correct ? | 3 Yes | 0 No |
Explain how to schedule the report in b.o?
my info view somehow stop working and when i try to open my info view or CMC both keep buffering in Internet explorer but unable to open please see if any one can help on it
BO Webi report in running fine in Dev but takes a long time to run in Production environment, how to reduce this processing time.
How many universes are required for a single project,and how many reports are required for a single Universe.
how do u resolve contexts ?
Then how to select the source by using webi or deski reports into crystal reports? i think main source is Businessview. where u import the datasource ?
7.what is data mart?
In a context can i get the data from two different factables by using the single data provider?
what problems you have faced while creating an universe ? tell me an incident and how you went about solving it? thanks in advance
Explain and tell me about a situation where your analysis of a problem was deemed to be incorrect? What would you have done differently?
1.what is the functionality of "Event Server" in BOXIR2? 2.what happen if RAS server is down in BOXIR2
What are the difference between merge,auto merge and extended merge ?