Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 nareshthavidish
		
			nareshthavidishHi,
I believe the attached spreadsheet will give more explanation than me.
Please find the attached spreadsheet.LET ME KNOW IF REQUIRED ANY INFORMATION.
Thanks..
 Chanty4u
		
			Chanty4u
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		try this
a:
LOAD id,
sales
FROM
(ooxml, embedded labels, table is Sheet1);
Data:
LOAD *,
If(sales, sales, Peek(Value1)) as Value1
Resident a Order By id Asc;
Drop table a;
 Chanty4u
		
			Chanty4u
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		try this
a:
LOAD id,
sales
FROM
(ooxml, embedded labels, table is Sheet1);
Data:
LOAD *,
If(sales, sales, Peek(Value1)) as Value1
Resident a Order By id Asc;
Drop table a;
 Chanty4u
		
			Chanty4u
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 nareshthavidish
		
			nareshthavidishExcellent
Can you explain what value1 will do.
Thanks..
 Chanty4u
		
			Chanty4u
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		here clearly explained the Peek function go through it
Difference between peek() and previous() funcation
Please close the thread if you got the ansswer
