Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hello.
 On a table have the fields:
 Value Time Plots Date
1.000,00 30 4 01/01/2011
1.000,00 60 4 01/01/2011
1.000,00 90 4 01/01/2011
1.000,00 120 4 01/01/2011
How to transform the values for each specific date?
 Value Date
= 250,00 01/02/2011
= 250,00 01/03/2011
= 250,00 01/04/2011
= 250,00 01/05/2011
 
					
				
		
 brenner_martina
		
			brenner_martina
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Do you mean:
Num(Date)+Time as Date
Value/Plots as Value
 
					
				
		
Ok .. More did not return as the number of installments.
Confrome should break the parcels. eg
01/02/2011 30
01/03/2011 60
01/04/2011 90
01/05/2011 120
