OnDemand Users Group

Support Forums => CMOD for Multiplatforms => Topic started by: itbos on May 19, 2015, 06:49:10 PM

Title: Extracting Reports
Post by: itbos on May 19, 2015, 06:49:10 PM
Hello,

I have a CMOD instance install, V 8.5.1 on Open Systems. Could someone please assist me with finding out how to extract reports that have been loaded into CMOD?  I'd like to export them back to their original format ie. PDF or text file.

Thanks.
Title: Re: Extracting Reports
Post by: abdeshpa on May 23, 2015, 10:00:13 AM
Use arsdoc get command to extract report.

Ex -
arsdoc get -h rockies -f "Student Information" -o student -c -S1/1/97,12/31/97 -i "WHERE student='001200340056'" -v

Refer to Complete CMOD references on google for more details.

Thanks
AD.