Click or drag to resize
Hello World

A step by step guide: How to create your first query.

Follow the next steps.

  1. Click on the Manage tab and the Add New Query button.

    Manage my queries:
    addnewquery 01

     

  2. Enter a query name and optional description. Both fields can be changed anytime later.

    Query name and description:
    Hello World 01

     

  3. Click the Save button.

    Saved query:
    Hello World 03

     

  4. Click the My Queries tab. You will see the query properties you entered. Click the query name link.

    The query name link sends a query source code (currently empty) to the code editor. The query name must be visible in the code editor header.

    A source code lines numbering starts at 100 intentionally.

    Send a code to the editor:
    Hello World 04

     

  5. Enter following text to the code editor on the right. Do not forget the semicolon at the end:

    C#
    TEXT = "Hello World!";

     

  6. Press the Run button.

    You will see some text in the Log window and the result of your query in the Results window.

    Run a query:
    Hello World 06

     

Congratulation!

You have successfully created your first C2Explorer query!