|
Report
Title
|
Description |
|

|
Complete customer
information |
This is the basic steps to make a simple report using Developer workbench. |
 |
Customer
report grouped by state & parameter state |
Use group sections to group the
reports and the totals are shown in the After section of the group
section.
|
 |
Customer report with count, grouped by state |
In this report we will learn how to add a
Count
|
 |
Customer report with multiple
grouping (State, city, customer)
|
When naming elements such as a component, variable,
constant, or procedure, you must adhere to the following rules: |
 |
Two report sections in one
report , Customer & issues
|
Now its time for us to concentrate on Naming
Conversions. Naming Conversions make the Design more meaningful. From this
project, we will name every component we use.
|
 |
Pagebreak
after group sections |
Create a report that is grouped by state.
|
 |
Creating
a control dynamically |
Now it is time for us to start the
coding
|
 |
Changing
the color of the fonts depending on the value |
This also can be done by overriding the
BuildFromRow, which is used in the previous example. |
 |
Changing
the color according to the state |
First of all create a simple report with one frame, a
connection and a sql component
|
 |
Changing the color of
the content |
In this design, we get introduced with a new function
Trim.
|
 |
Nodata" Display. Using variable &
datarow, conditional sections.
|
In this we are using if conditional section. In if
conditional section, we can specify the if Exp and assign frames to Then
and Else slots.
|
 |
Reading from the flat files |
Here in this example we will be opening and reading
data from a Flat File.
|
 |
Parameter for purchase
volume |
Double
click the New Report
Design and select its method tab. Select the Build( ) function and click override button.
|
 |
Dynamic building of
rows |
In this design we creating controls through coding.
First we declare 3 Text Controls .
|
 |
Hand
coding
the query |
In
the Content Slot place Report Section from Structure Palette.
|
 |
Single Input filter |
In
this design we place Report Section to the content slot.
|
 |
Compare function |
In this design we compares rows by their
state and city
|