View Full Version : Datapage Reports
waker569
01-11-2008, 10:46 AM
Currently to get a report with my ITF features I desire, I have to manually go into the setup and pick which dimensions I want. Is there a way to set up a program that you can just click on and have datapage know what ITF s you want right away? Any help would be great! Thx
Matthew D. Hoedeman
01-11-2008, 10:48 AM
Currently to get a report with my ITF features I desire, I have to manually go into the setup and pick which dimensions I want. Is there a way to set up a program that you can just click on and have datapage know what ITF s you want right away? Any help would be great! Thx
Nope, but instead of picking the individual points EVERY time, you can use Datapage Editor to make a VARIABLE set and include just those points. Then, when you make the report, instead of the MEAS_ORDER beingin the drop-down list, the variable set you made will also show up there.
waker569
01-11-2008, 01:10 PM
Thanks a lot. Worked perfectly!!
Matthew D. Hoedeman
01-11-2008, 01:48 PM
Thanks a lot. Worked perfectly!!
But of course! I been using Datapage as long as I've been using Pcdmis, and that's a LOT longer than I really want to think about!
SABarber
01-11-2008, 05:00 PM
You could also use a Macro if you perform the same steps quite often.
Part 200112;
Variable B_DATUM.B,
CIRC_3.B,
CIRC_3.TP,
CIRC_3.Z;
Last 30;
DataRep;
SAVE ALL AS E:\DataPage33\all.txt;
As an example, this macro would use the last 30 transactions to generate a data report and save all the reports to all.txt.
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.