Showing related tags and posts across the entire site.
-
I created a customized report by first making a duplicate of a standard report. I found the form used to enter criteria for the report (right click -> setup), then copied and modified the criteria form as well. I read about creating report links on MSDN, yet I can't seem to find how the original...
-
I'm working on a project for a client where they want a customized report that lists ledger transactions sorted by ledger account, profit center (dimension), cost center (dimension), date and then voucher number. I've set up the dimensions, dimension focuses and hierarchies. Some of the built...
-
Hi, I am running a report which is based on custtable at design time. I have to override this query at trun time through custtrans. I have added the custtrans table in the query and set the relation. But its not overriding the query at run time. The report design is generated. Thanks
-
Hi everyone, I´m having some problems with the ProjSalesPriceHour DataSource. I´m modifying the data range in the init() method of the DataSource. My code is the following: void init() { Query query; QueryBuildDataSource qB; ; switch(element.args().dataset()) { case(tableNum(ProjTable)): projHourSalesPrice_ds...