Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 qvqfqlik
		
			qvqfqlik
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Please help me with data display issue
I am unable to see the data for the "offer number" when I don't select the "Offer Number" in the below picture,
but I am able to see data for the same "offer number" when I select it
Below is when I am not selecting "offer number" in the current selections
Below is when I select offer number selection, I am able to see the data
Thank you
 tresesco
		
			tresesco
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Do you have any calculated dimension? Could you post your sample qvw?
 qvqfqlik
		
			qvqfqlik
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		No calculated dimensions in the chart.
Unable to post as the file is huge. Please help with this issue
 tresesco
		
			tresesco
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You can reduce the size of the file and upload. Check this: Preparing examples for Upload - Reduction and Data Scrambling
 
					
				
		
Maybe you have more than one dimension value mapped to that offer number.
With the same selections in your 2nd snapshot, drop a tablebox with offer number, offer name and start & end dates and see if this is the case.
 
					
				
		
 vinieme12
		
			vinieme12
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Are you doing a join in your load script that is causing duplicates for the same offernumber
add an expression like count(Offernumber) to see if it is inline with your expectations on how many rows you should have
