jcc31 Posted May 24, 2005 Posted May 24, 2005 I was wondering if I can create a script that will do the following: Lets say I have 5 records.Here are my fields. Target_Level InStock Used Item Size etc... 10 5 5 something 9in 10 10 0 something 2in 10 3 7 something 6in 10 10 0 something 8in 10 10 0 something 10in Now, when I print it out I would like to have records 2 and 3 shaded with 10% black to identify that those two records have something used. I would like the whole row to be shaded. I know that the used field will be my condition. But HOW is the question? The whole reason for this is because if you have lots of records then it will be hard to see. And yes I can set it up to where only the records that are being used show with a find. But I want to see all records. Thanks in advance
Vaughan Posted May 24, 2005 Posted May 24, 2005 The result of calculation fields can be graphics, if the graphc is in a field. Put your 10% grey swatch into a global field (say gGrey) and make a calculated container field If ( whatever ; gGrey ; "" )
Recommended Posts
This topic is 7125 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now