Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 bhoomika_101
		
			bhoomika_101
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Customer has multiple transaction date. Have to create bar chart for segmenting the customers by number of orders
eg Total 150 customer have 100-200 orders
100-200orders in x-axis
150 count of customer in y-axis
how we need to calculate distribution from date and use as dimension?
 
					
				
		
 vinieme12
		
			vinieme12
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Use a class Dimension as below
Dimension
Class(Aggr(count(distinct ORders),Customer),100)
MEasure
Count(Distinct Customer)
 
					
				
		
 vinieme12
		
			vinieme12
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Use a class Dimension as below
Dimension
Class(Aggr(count(distinct ORders),Customer),100)
MEasure
Count(Distinct Customer)
 bhoomika_101
		
			bhoomika_101
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		want to change distribution like > 100 orders , > 200 orders ?
> 100 is name of bar
