I have a split form that I use as a grid, where the user selects a record and clicks on a field to edit the record. The records are colored based on how long they have been active. So up to three days the "Time on" column is Green, 5-8 days yellow and greater than 8 Red using the conditional formatting.
However, we would like to make the days parameter more assignable and not a hard coded value. So, on the record I added three fields Low, Med, and High and assign a value. However, in the conditional format wizard, its does not seem to recognize the value (high, med, low) on the record for the calculation to determine the color. No color is selected, it appears to only handle a real value like 3 and 5 in a greater than less than construct.
HAs anyone had success using functions (User defined) that return a value or a field in the record for the calculation. Should work....
However, we would like to make the days parameter more assignable and not a hard coded value. So, on the record I added three fields Low, Med, and High and assign a value. However, in the conditional format wizard, its does not seem to recognize the value (high, med, low) on the record for the calculation to determine the color. No color is selected, it appears to only handle a real value like 3 and 5 in a greater than less than construct.
HAs anyone had success using functions (User defined) that return a value or a field in the record for the calculation. Should work....