Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

To write custom reports,  an implementer should be good with SQL statements.

Given below a set of common SQL clauses an implementer should learn to master custom reports.

  • SELECT
  • WHERE
  • INNER JOIN
  • LEFT OUTER JOIN
  • RIGHT OUTER JOIN
  • GROUP BY
  • ORDER BY
  • SUM
  • IF
  • DATEDIFF
  • DATEADD
  • CREATE VIEW

Some resources are given below:

  • No labels