Use our Google Custom Search for best site search results.
Search
Page 1 of 1 (4 items)
-
P.S.
What I have working so far. Not sure it's optimal but to go to the first record, the following syntax appears to work.
xdXDocument:GetDOM(''Trips'')/dfs:myFields/dfs:dataFields/d:Trips[preceding::node()]/@TripID
To go to the last, the following works:
xdXDocument:GetDOM(''Trips'')/dfs:myFields/dfs:dataFields/d:Trips[last()]/@TripID
Ok, ...
-
Thank you but I understand the concept of moving back and forth through using preceding and following. The question is the correct xpath syntax in a Rule to accomplish this.
-
Hello,
I'm rephrasing a previous post due to no response. I'm trying to figure out the xpath syntax to get the values from preceding-sibling and Following-siblings
Say I have a data connection and each set of records returned has a TripID field. I want to assign a variable the value of the TripID of the preceding-Sibling or ...
-
I've got a form with several forms. 2 in particular that I'm trying to work with right now.
The main view has a repeating table which is bound to a secondary data connection. It connects to a database and brings in a table called Trips.
I have a button column on the left of the table so if a user wants to see more details about the trip, they ...
Page 1 of 1 (4 items)