Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I've set up a container grid that has a number of key metrics for my forecast - for each chart in the container I'm comparing my current forecast to a previous forecast. The user selects the forecasts to compare using two list boxes than each have a seperate Alternate State. I want to make the display of the Container Box conditional on a selection being made from each of the two listboxes. However I can't get a Conditional Show working with the alternate state list boxes. I can't see much in the community on this and what I have found seems to indicate that it's not possible to use a conditional show with alternate states. I've tried solutions like this but no joy. Can anyone help?
GetSelectedCount ((Only({Forecast1}ForecastVersion)) = 1 AND GetSelectedCount(Only({Forecast2}ForecastVersion)) =1
Regards
John
i didnt find function which let you show selections in some state
But maybe this example let you find some way:
regards
Darek