Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
i have a requirement
i have created 2 pie charts with [country] and count[country].
i have added filter for contract Type... there are 2 types of contract type (non instance, instance)
so by default it has to display one pie chart for non istance, one chart for instance... so how to do this please help
eg: below is for [contract type] instance. this one is for [contract type] nonistace
.....
Create two separate charts. One would have the expression e.g. Count({< ContractType = {'instance'} >} Contact) and the other Count({< ContractType = {'nonistance'} >} Contact)
Create two separate charts. One would have the expression e.g. Count({< ContractType = {'instance'} >} Contact) and the other Count({< ContractType = {'nonistance'} >} Contact)
i have taken KPI and added expression like Count(Country) but it is taking only [instance ] count
i need in KPI for total count of [ instace] and [ non instance] country count
Thank you it is working
This also working fine, Thanks for the help