Hi everybody, 
 I have this search, using a macro called  getImageURL(2) : 
  ...
table country client artnumber | 
eval sql = if(client==2,[|`getImageURL(2,artnumber )`], sql)
  
 If I type artnumber directly, e.g. "1234", everything is fine. 
 If I use the artnumber field, the macro does not accept the field value as a parameter. (it is interpreting it as a string) 
 Does anyone know how to use the field value of "artnumber"? 
 Best regards in advance  
Steffen 
						
					
					... View more