Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone, I have a problem with states in graphs
I have created a graph with two dimensions and one expression ( it's a variable). Once this graph is working, I have cloned it and assigned State A to the first one and State B to the second.
Then i make a selection in my dashboard with selectors with state A or B, and my graphs are not changing! But, if we set this selectors to inherited, both graphs change.
I don't know what is happening, because, at the same dashboard, other graphs with two dimensions and one expression are working fine whit the same states.
Thanks in advance!
Have you got a Set Analysis $ in your expression ?
If so remove it otherwise it will force it to the Default state and ignore your Inherited Alternate State.
Would you be able to share a sample to look at the issue? Seems like something is not done correctly
GO TO SETTINGS -> DOCUMENT PROPERTIES-> SELECT THE ALTERATIVE STATES
GIVE THE NAMES LATER TO SELECT THE NAME AT THE PARTICULAR OBEJCET THAN IT IS SELECTED AND THE FOLLOWING IS THE LINK IS USE FUL TO YOU
Have you got a Set Analysis $ in your expression ?
If so remove it otherwise it will force it to the Default state and ignore your Inherited Alternate State.
Thanks Bill, but the others are working with set analysis
Seeing other documentation, in my dashboard State it's in the chart level, and my expression doesn't have it, so, here is the point, why is it working for some charts only? I thought that setting it at the chart would be enoguh
Should include the state in all my expressions?
Is there another option to set this? (becaue I have a lot of formulas)
Thanks to everyone for your answers
i send an link to you go through
In expression you can specify state as follows:
{[StateName]<>} The name of the state should turn blue
Would be helpful if you share a sample
Hi everyone, finally I could solve the problem
The issue was that my expressions were with variables as $(vSetYTD) or $(vSetMTD) inside.
This is:
sum($(vSetYTD) Sales)
What we did was changing that variables for those who call them:
sum(<{$(vSetYTDModifier)}> Sales
and it worked!
Excuse my explanation, but I am a rookie with Qlikview and maybe I didn't explain mysellf correctly
Thanks everyone for your help