Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. IT Analytics Help
  3. Section IV. End user
  4. Work with the SQL template designer
  5. Configure SQL Template Scope Selector Components
  6. Example of a Combo Box Configuration in a SQL Template

Example of a Combo Box Configuration in a SQL Template

  1. Create a Custom Combo Box to enable the user to select all hosts for a particular Make:

  2. This Combo Box can be used in a report template query, such as:

    select * from apt_v_server where apt_v_server.make = '${freeCombo1}'

    Note:

    Report designer variables are listed at the bottom right of the dialog window. Double-click a freeCombo variable to insert it into the query. If the ${freeCombo1} value is a string, it must be enclosed in single quotes to be evaluated as a text field, as shown in the above example. To determine if a database view field is a string or numeric, refer to the Database Views Help.

    See Help for Database Views.

  3. Format this report as a table.

  4. Save it as List Hosts by Make in a Menu Group.

  5. Generate a report from this newly saved report template.

    In this example, a Combo Box heading was specified with a list of values that will be presented in a drop-down list in the scope selector, when the user generates the report:

  6. Select a Make from the drop-down list and click Generate.

Feedback

Was this page helpful?
Previous

Static Custom Combo Box

Next

Query Custom Combo Box

Feedback

Was this page helpful?