30.01.2015 Views

Picture Perfect 4.6 User Manual - UTCFS Global Security Products

Picture Perfect 4.6 User Manual - UTCFS Global Security Products

Picture Perfect 4.6 User Manual - UTCFS Global Security Products

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Chapter 14<br />

Reports<br />

291<br />

Output:<br />

Replaces tag with comma-delimited list of active facility ids for the current operator.<br />

Example Query:<br />

SELECT * FROM badge_history WHERE facility IN ({$facility_set})<br />

{$single_choice|label|query}<br />

UI Control:<br />

Drop-down list with the given label, and entries generated by the given query. The query should<br />

select only two columns: the first one is the value for the option, the second is the label for the<br />

option to be displayed in the drop-down.<br />

Output:<br />

Replaces tag with value (not label) of choice selected by operator.<br />

Example Query:<br />

SELECT * FROM badge_history WHERE dept=”{$single_choice|Department:|SELECT id,<br />

description FROM department}”<br />

{$multiple_choice|label|query}<br />

UI Control:<br />

Group of check boxes with the given label, and check boxes generated by the given query. The<br />

query should select only two columns: the first one is the value for the check box, the second is<br />

the label for the check box to be displayed in the drop-down.<br />

Output:<br />

Replaces tag with comma-delimited values (not label) of check boxes selected by operator.<br />

Example Query:<br />

SELECT * FROM badge_history WHERE dept=”{$multiple_choice|Department:|SELECT id,<br />

description FROM department}”<br />

{$host_date}<br />

{$host_date|n}<br />

{$host_time|}<br />

{$host_time|n}<br />

{$operator_date|}<br />

{$operator_date|n}<br />

{$operator_time|}

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!