My goal is to create several PDF reports using the putpdf function. With the data I have right now, I need 1921 reports with the same inputs but each of the 1921 reports will have different values. I have previously used Microsoft Access to generate such reports, but I am looking for a faster/smarter way using Stata. I'm not sure if that's something I can even do though. Is there a way to loop the putpdf function so I create all 1921 reports at once, and they each have their individual data displayed? Also, is there a feature to export and save each report individually and can I use a loop for that too?
I hope I explained that sufficiently! All help and/or alternate ideas would be greatly appreciated.
Related Posts with Generating multiple of the same report, with different results
Using returned results in r() with -egen- is not working. Is that a bug?Why is this not working? Code: . sysuse auto, clear (1978 Automobile Data) . summ price Varia…
Graph with conditioningHi there, I would like to create a graph with two lines one for each condition. This is what I tried…
Interpretation Interactionterm in fixed effect regressionDear all , I have performed a fixed effect regression with cluster(id) xreg y i.FFF i.young FFF#yo…
Spearman correlation table export into ExcelHi everyone, I have a problem trying to export my Spearman correlation results into Excel. I use: m…
Continous-Continous Interaction when one of the variables has many zeros.Hello, I am interested in measuring how previous purchases from a given platform and time spent on …
Subscribe to:
Post Comments (Atom)
0 Response to Generating multiple of the same report, with different results
Post a Comment