Hi,
I am trying to prepare a dropdown list, "NewField", in a Grid5 with which I want to pull values from four other grids' Item's, by making use of the following query. I checked "Save all listed fields." However, I couldn't get it to work. Is it an invalid combination or am I missing a step?
SELECT Item as NewField from (Grid1 OR Grid2 OR Grid3 OR Grid4)
Thanks,
Alp
SELECT Item as NewField from (Grid1 OR Grid2 OR Grid3 OR Grid4)
Thanks,
Alp
Comments