Before proceeding to this section, you must be familiar with Farm Data Language. To give you an overview, Farm Data Language is a type of query dbWatch uses to read and display data to its user. Think of it as your query tool when using dbWatch.

How to edit Views

Edit View Directly

To edit your views, you need to right-click on one of the tabs and select “Edit”. You should be able to see a window labeled as “Edit Columns”. In this window, you can change the FDL script to fit your own business needs. But, be careful, when you edit a column, it may disrupt some feature of the Module.

editting-a-view

Let’s use the instance tab in the monitoring module for example. I want to change the column header of Name to Display Name, and remove dbcount column entirely. First, I open go to Edit and manipulate the FDL query.

before-editing-FDL

Once, I’m happy with the changes, go to File and click Save. Afterwards, restart dbWatch Control Center. Your changes should be applied.

after-editting-FDL

Editing View in Raw Data

Another approach is to open the XML file directly. Same as before, but you need to select “Edit Raw”. Your machine will then read the XML file. A rule of thumb is to use amiable software for reading XML files and set them as your default reader.

dbqwl-in-xml

Once opened, you will see the following. What you want to focus on is the line enveloped in . Take note that the structure inside follows this format: < ! [ CDATA[ FDL query ] ] > and the query inside it essentially the same found when editing it directly.

same-dbqwl

Creating a new tab

Instead of Editing a view, you can create your own view. First, click on the “+” to add a tab. A tab creator window will appear. Next input the tab name and tab title. Also, change the artifact version to another number other than 1.0.

creating-a-tab

Afterward, the Edit Columns window will appear. Input your FDL Code. Then, Click File > Save.

creating-a-tab-2

Close the application and relaunch it. The new tab should appear.

creating-a-tab-3

← Job templates / No-engine jobs →

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment