C
CRaSH
Hi there,
I have created a bunch of custom timeline milestone shape masters, that each
contain a text data graphic.
I need to set the transparency value of the text data graphic based,
ideally, on the value of a datafield called _VisDM_Pet_Type that exists in
the parent (or as a fallback, the actual text displayed in the data graphic.
Ideal example:
If _VisDM_Pet_Type Value = "100"
Transparency=100%
If _VisDM_Pet_Type Value = "0"
Transparency = 0%
Fallback example:
if the data graphic text value (User.ValueText) is "Dog", Transparency=100%,
if it's "Cat", Transparency=0%.
For love nor money, I can't get this to work - I'm guessing that I'm not
calling the data from other sheets properly, but I thought that the IF
statement should be really straight forward. There seems to be 3 or 4 places
(seperate sheets) where the transparency could be set.
Please help.
I have created a bunch of custom timeline milestone shape masters, that each
contain a text data graphic.
I need to set the transparency value of the text data graphic based,
ideally, on the value of a datafield called _VisDM_Pet_Type that exists in
the parent (or as a fallback, the actual text displayed in the data graphic.
Ideal example:
If _VisDM_Pet_Type Value = "100"
Transparency=100%
If _VisDM_Pet_Type Value = "0"
Transparency = 0%
Fallback example:
if the data graphic text value (User.ValueText) is "Dog", Transparency=100%,
if it's "Cat", Transparency=0%.
For love nor money, I can't get this to work - I'm guessing that I'm not
calling the data from other sheets properly, but I thought that the IF
statement should be really straight forward. There seems to be 3 or 4 places
(seperate sheets) where the transparency could be set.
Please help.