- This topic is empty.
- AuthorPosts
-
- 06/20/2011 at 4:52 am #4782
AnonymousParticipantHi
Have a look at the Grid Appearance – Color Appearance property. This allows you to choose the row color based on a value or range of values for an identified Display Field.
- 06/20/2011 at 8:21 am #6814
AnonymousParticipantHello,
Please take a look at the below screenshots. This is what you're looking for.
I color the grid based on the field Title associating its values with a color.
If you consider that you got the expected answer please mark the post as Answered.
Thanks,
- 06/22/2011 at 1:27 am #6816
AnonymousParticipantHi Jamie,
You can use field value range to achieve your goals. There is no such a Less Than operator but you can translate in a range of values.
I hope this helps.
- 06/22/2011 at 5:42 am #6815
AnonymousParticipant, (without hijacking this thread) is it possible to use different operators than simply "=" to color the grid. For example, if i wanted to use "Less Than or Equal to [Today]" .
Thanks!
- 06/27/2011 at 3:24 am #6817
AnonymousParticipantthanks
- 06/27/2011 at 7:23 am #6818
AnonymousParticipantHi JAmie,
Would you mind to mark the question as answered?
Thaks,
- 06/28/2011 at 7:34 am #3937
AnonymousParticipantTo all,
Is there a way to use an if statement of some sort to catch a particular value in a common and if true change the appearance of the row. For example:
For each in column1
<!–this is what i want –>
if value != ” ”
row background-color: blue;
end if
<!–end–>
next
I know there isn’t a loop function in the options, but that is the logic I was shooting for. I was looking at CAML filtering, but the Help section is just so short and not very helpful.
Thanks in advance
- 06/28/2011 at 7:34 am #6819
AnonymousParticipantdoesnt seem like i can as i am not the OP
-
- AuthorPosts
You must be logged in to reply to this topic.