Remember before Custom Form Actions, create your command to instantiate (check for existence etc) in a file, add it to a table containing two (at least) columns, one the name of the command and the other a varchar or note containing the command text, then from ANY location, ANY time you want, simply RUN SELECT TheColumnWithTheVarcharOrNoteDate) from TABLENAME where ColumnContainingTheCommandName = 'TheNameOfTheCommand'
On Monday, September 20, 2021 at 5:27:57 AM UTC-4 javier.valencia wrote: > I have a report that uses a large number of report defined variable to > calculate totals, cumulative totals averages and weighted averages for > several columns and at various breaks. I have a second report that uses the > same defined variable but with a completely different layout. > > Is there a way to bulk copy the variables from the first report to the > second? The alternative is to copy the first report with all the variables > to a third report, delete the layout, open a second session or R:Base and > copy the layout of the second report to the third report. > > Hopefully there is an easier way to do it. > > > > Javier, > > > > Javier Valencia, PE > > 913-915-3137 <(913)%20915-3137> > > > -- For group guidelines, visit http://www.rbase.com/support/usersgroup_guidelines.php --- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rbase-l/abd4a2c5-2bba-4678-a0c6-f619bb3cf3c0n%40googlegroups.com.

