User Query

User Query



If you want data that cannot be found in Standard Reports, you can often generate a custom report with user queries that has it. 

To access the main Queries section, click "Reports" on the main menu, then select "User Query." You also have the option to save Queries as Favorites for quick access. These are found under "Reports" and "User Query Favorites."

Running a Query 

Open the User Query window.


Copy/ paste your Query into the white box on the top left or click the Favorites button to pull up the list of your favorites and select your preferred Query. 

As an example, we'll be running a Query to see all claims sent on a specific date that are still open. 
Sample Query
  1. /*All Claims Sent on a Specific Date That Are Still Open*/
  2. SELECT * FROM claim
  3. WHERE DateSent ='2021-12-30'
  4. AND ClaimStatus='S'
  1. The "WHERE DateSent" line indicates we're looking for information related to December 30, 2021. It can be changed to any date.
  2. The AND "ClaimStatus" line indicates the status is sent.


Once the query is added to the white box and any edits such as dates are made, simply click the Submit Query button. The data will populate on the lower half of the User Query window as shown below.


Printing a Query Report

Some query reports have many columns and will not print nicely, so preview how yours will print by clicking the Print Preview button before printing.

You can return to the previous view by clicking the Query View button or print it by clicking the Print button. The report will automatically be routed to your default printer.

If you're not happy with the preview, try exporting the file to Excel.

Exporting a Query Report

Click the Export button. The Save As system window will open.


By default, any reports you export will be saved as a TXT file to your FreeDentalExports folder. You can change the destination folder and the file type. Choose "Excel File" in the file type to make your report easier to read. 

Saving a Query to Favorites

If you'd like to be able to run the same query faster in the future, click the Add to Favorites button. The Edit Favorite window will open with the Query text pre-populated.


Give the Query a title that makes it easy to identify and add an export file name if desired, then click OK. The Query will now appear in your User Query Favorites List.

Commonly Used Queries

Practice-Web Support has quick access to more than 1,000 pre-made queries. If your office has paid Support, please contact our Support team and let them know what kind of data you'd like. If the information you need is available through a query that's already been written, our team is happy to provide you with the query text at no charge.

Creating Custom Queries

If you understand Query methodology, you can create your own queries. Practice-Web can also write custom queries for you for a fee. Contact us if you'd like to explore this option.

    • Related Articles

    • Treatment Plan Presentation Statistics Report

      The Treatment Plan Presentation Statistics Report will show you the: Total number of treatment plans saved Total number of procedures that exist in both an active treatment plan and in those saved treatment plans Total number of procedures with a ...
    • Sheets (Custom Forms) Setup

      You can customize all your patient forms (intake, consent, health history, etc.) or create your own using the Sheets settings in Practice-Web. ​ To get started, choose "Setup" in the main menu, then select "Sheets" from the dropdown.  The Sheet Defs ...
    • Security

      ​ Every user should log on under his or her name in Practice-Web Dental. The employee should log off when they leave the workstation. Every user is part of a user group. The permissions are assigned to the entire group, not to the user unless group ...
    • Monthly Production Goal Report

      The Monthly Production Goal Report can be used to identify your production goals in the future, if you're on track for meeting your production goals, and if you met them over a set period of time. View the Setting and Viewing Production Goals for ...
    • Clearinghouses

      If you'd like to send claims electronically and take advantage of a number of Electronic Data Interchange (EDI) benefits like electronic payments, and ERAs/EOBs, you'll likely work with a clearinghouse. Most dental insurance companies don't directly ...