Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have 2 gauges in my qvw and i want to show 1st one if these Projects are not selected i.e. 'Mogas Vol. (in M.Tons)' or 'HSD Vol. (in M.Tons)' or 'Lubricants Vol. (in KMTs) ' and want to show second chart if the above projects are selected.
Actually i was trying to create different segmentation range for these specific projects but that didn't work for me so i came up with this solution to conditionally show and hide different charts based on Project field value.
I am attaching qvw file for reference.
@Kushal_Chawda Please look into it.
Are users going to select always one project or they can select multiple as well? If yes (multiple), then what is your expected output?
I want to always select one value in list box.
This expression is working fine for one sub-project but i want to show the lower gauge for all volume related project like Mogas Vol., HSD vol. and Lubricants volume.
SubStringCount( GetFieldSelections([Sub-Project], ';'), 'Mogas Vol. (in M.Tons)' ) <> 0 AND GetSelectedCount([Sub-Project])>0
@tresesco I want to always select one project.
Would it not be easier to just use the specific condition of the selection you want for the other chart having that chart overlay on top of the one you want to hide? That way when the condition is not met, the other chart shows etc... This way may be easier to get working I think, best of which I could think in regard to an easier way to go at things.
Regards,
Brett