Skip to main content
Colby Ricker 님이 #Data Management에 질문했습니다
Basically, I have several different images (in several different fields) that I'd like to string together into a single field.

 

I tried simply adding the concatenate operator ("&"), but the web-code that gets generated from each image function doesn't combine well, and I get an error on the page ("#.error").

 

I think I probably need to "mimic" the Image() function, but am not really sure.

 

Lil' help?
답변 2개
  1. 2014년 4월 14일 오전 9:35
    Hi there,

     

    This is probably way too late, but you need to add a space between the 2 images - &" "&

     

    I don't know why - but it works :)
0/9000