Search the Wiki

Viewing 334 to 336 of 409 items

How To…Search Available Dataviews

Question “How do I search the available dataviews created in DADE for a specific one?” Solution Use the TppDataView.Description property to find the name of each dataview and locate the one you need.  Start by accessing the datamodule using the daGetDataModule routine.  Next loop through each dataview in the TppDataModule.DataViews list to find the desired  Full Article…

0

Group Search (Having Clause) Fundamentals

ReportBuilder 11 and later include what is known as Group Search support or Having clause support in DADE. In order to understand how this feature can be used, we must first discuss what exactly the Having clause is. The Having clause is very similar to the Where clause in a SQL statement in that it  Full Article…

0

Date Formatting in Templates

TECH TIP: Date Format When DADE Search Criteria Values Are Saved in a Template Question: I create a dataview with a criteria value as a date. Why does the template not save the date value as my local regional settings for date format? Answer:   DADE saves the TdaCriteria value as a string in the report template.  Full Article…

0