Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How can i hide a graph from a container when the surveyType = 'inpatient'
I tried one way, Still the tab appear but it says 'All Expressions dissabled.
Any idea???
Thank you guys
you rocks '
I think this feature is not available so i will go with creating 2 identical containers and hide/show container according to the selection
Hi,
You can try this code =getfieldselections (surveyType)<>'inpatient' on Chart Properties-> Layout tab ->Show->Conditional.
Regards,
Tom
This is good but now wat am looking for, Still the tab can be seen in the container
Hi,
Try this:
Chart Properties-> Layout tab ->Show->Conditional->if(getfieldselections (surveyType)<>'inpatient' ,1,0)
Regards,
Muni
ITs similar to TOM way, but no its not wat am looking for
Hi bilalelabd,
I am not sure whether it would work for you.
You can use Container Type as Grid instead of Single object.
Regards,
Tom
Post Ur Sample file.
I think this feature is not available so i will go with creating 2 identical containers and hide/show container according to the selection
I am missing this feature as well. Did you find another workaround in the meanwhile?