Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: export tree data to xml

    Thank you Mark, perfect !!

  • RE: export tree data to xml

    i generate the "data" i need like this

    ;WITH data AS

    (

    SELECT descendants.id as id, descendants.name AS childname, ancestors.id as parentid, ancestors.name as parentname FROM TreePaths paths

    ...

  • RE: export tree data to xml

    Hello Mark,

    i was browsing the forum for similar questions and indeed found an old thread where you adviced the same.

    do you think i can use this solution with a...

Viewing 3 posts - 1 through 4 (of 4 total)