H
Highlight between 3 fields
Hello
I would like to inquire about the best way in this for highligts
There are three fields
[Price1] [Price2] [Price3]
In the report, which field contains the Lower price between the 3 fields
will look highlight color example red color.
If all fields contain numbers I would like to show the lower figure the
value of a red highlight color.
When there is figures in all these fields
[Price1] [Price2] [Price3]
Three can use the following to show the red color on Price1
[Price1] <[Price2] AND [Price1] <[Price3]
But if one of fields inside is Null does not appear red color to compare
between the two fields that have value.
Is it possible to arrange the code to reach its goal?
So Ãf one field is NULL still compare between the 2 fields and make
highlight between them that is lower price.
I mean the highlight between 3 fields and if one is NULL will be ignored and
compare between 2 that have value.
Thank you
I would like to inquire about the best way in this for highligts
There are three fields
[Price1] [Price2] [Price3]
In the report, which field contains the Lower price between the 3 fields
will look highlight color example red color.
If all fields contain numbers I would like to show the lower figure the
value of a red highlight color.
When there is figures in all these fields
[Price1] [Price2] [Price3]
Three can use the following to show the red color on Price1
[Price1] <[Price2] AND [Price1] <[Price3]
But if one of fields inside is Null does not appear red color to compare
between the two fields that have value.
Is it possible to arrange the code to reach its goal?
So Ãf one field is NULL still compare between the 2 fields and make
highlight between them that is lower price.
I mean the highlight between 3 fields and if one is NULL will be ignored and
compare between 2 that have value.
Thank you