Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to sort in specific order. My Dimension is Country(has many countries) and measure 7 measures(calculated). I have to put out only these country. The First 4 countries and bigcountry and others are small countries. In set analysis I filtered Big@smallCountry =1 in all measures.
If(wildMatch(Country,'Italy','France','Spain','United Kingdom','Egypt', 'Israel', 'Kuwait', 'Lebanon' ,'Qatar','Russian Federation','Saudi Arabia','Turkey','United Arab Emirates','Jordan'),1,0) as [Big&SmallCountry],
I want the sorting in the above mention country order. First Big country and then small country.Now I get like below.
Thanks,
Niha
Thanks. Yes that's fine when I have zero values, it shows zero . My requirement is I want the order of countries like
Italy','France','Spain','United Kingdom','Egypt', 'Israel', 'Kuwait', 'Lebanon' ,'Qatar','Russian Federation','Saudi Arabia','Turkey','United Arab Emirates','Jordan'
The Chart shows some other kind of sorting. I need custom sorting like above
Thanks,
Niha
Hello,
I found answers. In sorting , Expression , one has to give Match(countries in order you want.)
Thanks.