Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 varunreddy
		
			varunreddy
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi guys,
I have two metrics:
1. count of Issues
2. sum of materiality amount.
Now my scenario is, I want to display the dimension,when I select Sum of Materiality amount or (count of issues and sum of materiality amount) but not for count of issues.
Can anyone guide me?
Cheers!
Varun
 varunreddy
		
			varunreddy
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Bill,
Yes. Dimension has Values.
I got the Solution.
GetSelectedCount(Detail_Measure)>=1 and (Concat(Detail_Measure, ',') like '*Count of IssuesSum of Materiality Amount*' or Concat(Detail_Measure, ',') like '*Sum of Materiality Amount*')
Cheers!
Varun
 
					
				
		
Are these metrics displayed in a Chart via an expression, or maybe text boxes ?
When you say "display the dimension" does that mean your dimension only has one value ?
 varunreddy
		
			varunreddy
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Bill,
Yes. Dimension has Values.
I got the Solution.
GetSelectedCount(Detail_Measure)>=1 and (Concat(Detail_Measure, ',') like '*Count of IssuesSum of Materiality Amount*' or Concat(Detail_Measure, ',') like '*Sum of Materiality Amount*')
Cheers!
Varun
