Re: [MarkLogic Dev General] Generating Reports in ML

2015-06-19 Thread David Lee
General] Generating Reports in ML On Thu, Jun 18, 2015 at 4:55 PM, Kari Cowan kco...@alm.com wrote: To be clear, I can take a single result and return it into a xdmp:document-insert statement – is there a method available to iteratively append to that document? You can use the node insert

Re: [MarkLogic Dev General] Generating Reports in ML

2015-06-19 Thread Kari Cowan
...@developer.marklogic.com [mailto:general-boun...@developer.marklogic.com] On Behalf Of David Lee Sent: Friday, June 19, 2015 3:34 AM To: MarkLogic Developer Discussion Subject: Re: [MarkLogic Dev General] Generating Reports in ML To clarify the other Reponses, there are several distinct issues to consider. 1

[MarkLogic Dev General] Generating Reports in ML

2015-06-18 Thread Kari Cowan
I have a query that returns a set of results for a single record. I want to loop through all records (under 1000 records), and create a spreadsheet or document. Assume I could do a search on cts:search(xdmp:directory(/olympus/scope-xml/), and then a value query on a node called

Re: [MarkLogic Dev General] Generating Reports in ML

2015-06-18 Thread Christopher Hamlin
On Thu, Jun 18, 2015 at 4:55 PM, Kari Cowan kco...@alm.com wrote: To be clear, I can take a single result and return it into a xdmp:document-insert statement – is there a method available to iteratively append to that document? You can use the node insert calls as Danny suggested. But if you

Re: [MarkLogic Dev General] Generating Reports in ML

2015-06-18 Thread Kari Cowan
: Thursday, June 18, 2015 8:47 AM To: general@developer.marklogic.com Subject: [MarkLogic Dev General] Generating Reports in ML I have a query that returns a set of results for a single record. I want to loop through all records (under 1000 records), and create a spreadsheet or document. Assume I could

Re: [MarkLogic Dev General] Generating Reports in ML

2015-06-18 Thread Rob Szkutak
Discussion Subject: Re: [MarkLogic Dev General] Generating Reports in ML To be clear, I can take a single result and return it into a xdmp:document-insert statement – is there a method available to iteratively append to that document? From: general-boun...@developer.marklogic.com [mailto:general

Re: [MarkLogic Dev General] Generating Reports in ML

2015-06-18 Thread Danny Sokolsky
[mailto:general-boun...@developer.marklogic.com] On Behalf Of Kari Cowan Sent: Thursday, June 18, 2015 1:56 PM To: MarkLogic Developer Discussion Subject: Re: [MarkLogic Dev General] Generating Reports in ML To be clear, I can take a single result and return it into a xdmp:document-insert