Hi There
I do a similar function where I changet the background color of a field in the grid based on the status of the file.
In the appropriate field you will need to EDIT THE FIELD SETTINGS by clicking the pencil icon at the top of the column.
Then by using the display rules on the left of the screen you can set the conidtions under which a color for the field is to be used.
Note that there are multiple paramters that can be changed but you need to make sure you do them in the correct order depedning on what you want to do with results.
For example if you want to hide the value of the field and change the background colour you must chence the colour before hiding the value (see image)
NOTE I deliberately did the change in the reverse to show how putting these display parameters in the wrong order resulted in the field background NOT reflecting colour).
Hope that makes sense.
SO FOR YOUR EXAMPLE WHERE VALUE OF 1 FIELD COMPARED TO VALUE IN A SECOND FIELD
As there is not really any conditional formulas within KNACK you can achieve what you want by using the above method as a workaround, but you would need to set the diplsay rules for each of the field if you want the entire line illuminated.
As we are talking about “text field values” (i.e USD AUD GBP etc) and multiple columns, you would need to set a numeric value to each of the text values in a separate field.
In my example I set a Value for each of the appropriate text fields, in this case giving value of 1 to SERVICE if its 'ARMY" and then value of 1 if the Country is “Australia”, 0 if its Czechoslovakia etc etc
Then an equation field is a multiplication of the 2 value in the RESULT field
When going back to your grid screen, use the display value settings to work out what your want to do with the field/line. In this example if the value is “RESULT” is greater than “0” then I display the background color as green , hide the value and display an icon “TICK” . If its less than “1” then I display a different background colour and an “X”.
You can of course leave the value fields off the display but just showing you a grid display with coloured results of the ruslt field and the value corrsponding.
Toi take it further towards your goal, I used the same display settings on the other relevant fields
NOTE THOUGH THAT IF A RECORD DOES NOT HAVE VALUES ENTERED IT WILL DEFAULT TO BELIEVEING THAT THE VALUES ARE 0 IF THE FIELD IS BLANK
AND WITH THE VALUES NOT DISPLAYED IN THE GRID THE RESULT IS AS SHOWN
In my opinion of you use a white background for the grid as is standard, and choosing appropriate colors, the row pretty much stand out without the need to “color the entire line” in the grid"