I already have a conditional block which controls 10 charts like chart 1 .....chart 10 based on block variable called 'Chart
' now I have to conditionally hide chart 3 , bcoz the design of chart 3 differs based on prompt value = complex
.
So I tried using style variable and render variables to hide chart 3, I noticed the conditions works only if click on the submit button second time. during the first run its not rendering properly.
case when paramvalue='complex'
then 'Y'
else 'N'
end
If I try to pull the data item from query it throws error as its not referenced in the layout.
I tried many combinations but not working. Quick help is appreciated.