-
June 26, 2015, 01:10 AM
#1
query to review outgoing links
I want to select all links where the lowest invert level of the links that leave the node is greather than the lowest invert level of the links that come in a node.
I’ve tried with the queries
· us_links.ds_invert >ds_links.us_invert
· us_links.invert >ds_links.invert
· min(us_links.ds_invert) >min(ds_links.us_invert)
None of the queries work. What did I do wrong ?
-
June 26, 2015, 08:06 AM
#2
Forum Moderator


Jonckheere BVBA,
Thank you for posting your question.
Would you mind clarifying which modeling software package are you currently using?
Innovyze Support
Last edited by Patrick Moore; June 26, 2015 at 08:23 AM.
-
June 26, 2015, 08:59 AM
#3
Infoworks ICM 6.0
If this works in infoworks, I want to change the query so that it also works in Infonet
-
June 26, 2015, 11:42 AM
#4
Forum Moderator


Jonckheere BVBA,
I asked someone from our staff who is more knowledgeable with Infoworks your question and here is what they recommended to try.
"It sounds like you probably want to select the actual node where this issue occurs, so change the ‘Object’ to ‘Node’ in the RTC and use this:
Max (ds_links.us_invert)>MIN(us_links.ds_invert)
The same RTC should work in InfoNet."
-
June 29, 2015, 12:50 AM
#5
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules