How can we give the same color for alternate(1,3,5.... and 2,4,8...) cells in a column?
Answer Posted / amar
using variables we can do this..
for example..
condition is
if(mod(rank([ENAME],2)) then 'yellow' else 'green'
thanks.. any query contact amar.ongole@gmail.com
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
How to publish a package by running Java Script?
Can you define folder?
What are the two types of framework manager?
Explain what is the difference between native sql and cognos sql?
Can you explain cognos planning?
--------------Explain Table of contents?
Can you define pivot?
Can you define drill down and drill up?
Can you define snapshot?
what are the migration tools available in the market with respect to cognos such as impromptu reports are migrated to cognos reportnet?
How can we create a dynamic column name in cognos?
-----------------What is Determination Model?
difference between impromptu and cognos8
Hi All, Is there any way to check whether a value is selected in a Multi-select tree prompt? I have a tree prompt and want to get to know whetehr which values user has selected,i want to so that values on the top of the report. I Have used that paramDisplayValue('paramername'),But it will display only last selected value. For Example i have tree prompt with one level Region- >country->states If user select region Asia it will dislay the all the Countries in that region and then if user select India it will display the states related to india only Suppose Hierachy look like this: Asia->India->Andhra Pradesh. I want to show this hierachy on the top of the report How it is possible? Can you please help me?
Can you explain model durability?