Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
Hoping someone can help I have a variable called vLeaseCo, I have a graph which is set in state A for some reason the variable name is not appearing in chart title..
But when I create a text object with =vLeaseCo the name appears, please help so stuck !
Thanks
Sarah
Could it be that when evaluated against state A, the variable evaluates to null ?
What happens if you set your Text Box to state A ?
in chart title you could type = and then type variable name
hope this helps
Hi Sarah,
what is the expression for your chart title?
I'm guessing it should be something like
='Text '& $(vLeaseCo) & ' more text'
Marcus
How is your variable defined? May be your variable definition includes some state other than State A.
Hi Bill when I try that the variable is set to null so need to figure out why it is doing that 😕
define your variable using
SET for ex:
Set vLeaseCo=your expression here;
then try using $(vLeaseCo)
and also check if the chart matching the criteria like text
might there some condition on chart stoping that
hope this helps
You could try this: