Hello World |
A step by step guide: How to create your first query.
Click on the Manage tab and the Add New Query button.
Enter a query name and optional description. Both fields can be changed anytime later.
Click the Save button.
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.
Enter following text to the code editor on the right. Do not forget the semicolon at the end:
TEXT = "Hello World!";
Press the Run button.
You will see some text in the Log window and the result of your query in the Results window.
Congratulation!
You have successfully created your first C2Explorer query!