This report allows you to analyze monthly customer purchase activity with ease.

Identify trends among first-time and returning customers each month to develop effective marketing strategies.

Connect directly to your database and view updated results on the web — no need to recreate.

Step 1. Convert an Excel file to a web report using i-AUD Designer

Step 2. Connect to the database (Using Variables)

Step 3. Define variables and use them to retrieve database data

① Click '+' to connect to the database.
② Search for a table to retrieve.
③ From the list of table columns on the right, double-click the columns required to the V sheet. This will generate the SQL query statement.
    In the WHERE clause, use the variable defined in the P sheet as the filter condition.
    To substitute a variable name with its value in SQL, prefix the variable name with a colon(:).
    WHERE date = :VS_YM
④ Select a location to output the data. Click the icon to choose the cell where the data will be output.
   * Output type : Table
   * Output location : 'D1'!$A$1
⑤ Save the SQL query statement and the configured settings.
⑥ Click the 'Close' button.



Step 4. Connect data to the V sheet

Step 5. Configure the Search filter

Step 6. Save your report