Difference between revisions of "Table/Column Alias"

From Hornbill
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:Hornbill How To: Reporting}}__NOTOC__ <div style="border:1px solid #90C0FF; background:#D0E0FF; width:99%; padding:4px; margin-bottom:10px;"> __NOTOC__[[Main Pa...")
 
Line 24: Line 24:
 
One request we had was a user who wanted to created a widget with count, and another with list of tickets which are about to breach in the next 2 days and are for specific tier tickets, owned by a specific team .  The customer had written the query below and was getting no results even though there were some tickets which are due to breach in the next 2 days:
 
One request we had was a user who wanted to created a widget with count, and another with list of tickets which are about to breach in the next 2 days and are for specific tier tickets, owned by a specific team .  The customer had written the query below and was getting no results even though there were some tickets which are due to breach in the next 2 days:
  
[[File:tableAlias.png|600px]]
+
[[File:TableAlias.PNG|600px]]
  
 
The answer was to add one more condition to the WHERE clause which specified the request type and date range of two days as shown below:
 
The answer was to add one more condition to the WHERE clause which specified the request type and date range of two days as shown below:

Revision as of 12:44, 20 June 2018

Home > How To > Reporting > Table/Column_Alias

The following is a complete list of the Reproting "How To" guides, hints, tips and videos that have been created to aid in the configuration and usage of the system.

Related Articles

Table/Column_Alias

Hornbill has quite a detailed reporting tool that allows users to gather information on requests logged for specific periods and according to Service Level Agreements. The wiki page https://wiki.hornbill.com/index.php/Report_Types has some useful information on the different types of reports and how to create them.

One request we had was a user who wanted to created a widget with count, and another with list of tickets which are about to breach in the next 2 days and are for specific tier tickets, owned by a specific team . The customer had written the query below and was getting no results even though there were some tickets which are due to breach in the next 2 days:

TableAlias.PNG

The answer was to add one more condition to the WHERE clause which specified the request type and date range of two days as shown below:

600px