We are using myDBR to provide web based reports for an existing software solution within the company, as the existing software is fully developed (without any web side unfortunately) it is a lot easier for us to use the existing stored procedures within the database rather than create all new queries. My questions are:
1. Is it possible for myDBR to only display select fields from a pre existing stored procedure? One of the stored procedure that we are referencing returns 61 fields, of which we may only want to display 20 or so in myDBR.
2. Is it possible to apply any degree of formatting to a report that calls a pre existing procedure? I know that calls such as select 'dbr.pageview'; will work, but ideally I am looking for more control than that, using commands such as select 'dbr.keepwithnext'; for example?