Hi James,
You could try the following, it might work:
iif(sim.max_depth2d>sim2.max_depth2d, sim2.max_depth2d, sim.max_depth2d)
good luck,
Type: Posts; User: Guillermo
Hi James,
You could try the following, it might work:
iif(sim.max_depth2d>sim2.max_depth2d, sim2.max_depth2d, sim.max_depth2d)
good luck,
clear selection; (sum(us_links.capacity)-sum(ds_links.capacity))/sum(ds_links.capacity)*100>xx
where xx is the desired percentage.This is the fields names for ICS, for ICM don't rememeber if the...
Hi Lee,
You could try using the subst function directly over the query as follows, I think it might work:
SET notes = IIF(notes matches '.*Interest: ' + subst(subst(spatial.SSSI_NAME,...
Hi Tom,
This should work:
list x$= 1,2,3; select from [all nodes] where member(node_id,x$)
Regards,
I was just random searching the forum. Suppose you just found the answer a year ago, but just in case.The answer is use trigonometry:
clear selection;Set x$ = ((us_node.x-ds_node.x)^2 +...
Mr. Abhi, this should work
count(us_links.*)=0
Hello everybody,
I'm trying to program some tasks using VBA in Infoworks WS and I'm getting some trouble. I have some very old manuals about COM Interface and I'm testing the commands. Has...