Hi all
I created a data map specific to drawing files (drawing); This provides information on the dates of approval and validation and allows the recipient(s) of the document and the date of distribution to be recorded.
In order to visually show the fact that the document or its latest version has not yet been distributed, I want to show/hide an icon according to:
- a checkbox associated with the variable "ActivDiffusionDest1"
- the comparison of 2 date variables respectively associated with the variables "DiffusionDestDate1" and "DateAccordQualité"
The control logic associated with the image is as follows:
Hide If
Or
And
ActivDiffusionDest1 - Equal Number - 1 (checkbox is checked)
Or
DiffusionDestDate1 - the text contains - Ø (no date is entered)
DiffusionDestDate1 - date is less than - ??? (I want to refer here to the value of the variable "DateQualityAccord")
ActivDiffusionDest1 - Equal Number - 0 (check box is unchecked)
The first difficulty encountered is the comparison with the state of the "ActivDiffusionDest1" checkbox; whatever the comparison used (text = No, text = Ø or number = 0), it doesn't work, my image is not hidden.
The second is the comparison of the 2 date variables: Is it even possible?
Thank you in advance for the help you can give me.