Feb 26, 2008 #1 O2BNSV Technical User Joined Jun 29, 2006 Messages 104 Location US Is there a way to conditionally change every other detail record a different color. For example, for all even # records crgray else crnocolor?
Is there a way to conditionally change every other detail record a different color. For example, for all even # records crgray else crnocolor?
Feb 26, 2008 1 #2 lbass Technical User Joined Feb 9, 2002 Messages 32,818 Location US Go to the section expert->details->color->x+2 and enter: if remainder(recordnumber,2)= 0 then crgray else crnocolor -LB Upvote 0 Downvote
Go to the section expert->details->color->x+2 and enter: if remainder(recordnumber,2)= 0 then crgray else crnocolor -LB
Feb 27, 2008 Thread starter #3 O2BNSV Technical User Joined Jun 29, 2006 Messages 104 Location US Is there a way to do this in a cross-tab? Upvote 0 Downvote
Feb 28, 2008 #4 lbass Technical User Joined Feb 9, 2002 Messages 32,818 Location US What CR version are you using? You should always specify this. In the crosstab expert, do you have only one rowfield entered? -LB Upvote 0 Downvote
What CR version are you using? You should always specify this. In the crosstab expert, do you have only one rowfield entered? -LB
Feb 28, 2008 Thread starter #5 O2BNSV Technical User Joined Jun 29, 2006 Messages 104 Location US sorry, I usually remember the version. Currently running v2008 but still have XI if I need to use it. Anyway, yes I only have one rowfield. Upvote 0 Downvote
sorry, I usually remember the version. Currently running v2008 but still have XI if I need to use it. Anyway, yes I only have one rowfield.
Feb 28, 2008 #6 lbass Technical User Joined Feb 9, 2002 Messages 32,818 Location US Please see thread149-1166557. -LB Upvote 0 Downvote