KB-32470: Enabling or disabling a Query’s filters
Autor
Mateus Machado
Autor
Mateus Machado
Question: How can I save a Database’s table in a text file? Solution: To do so, you can create a Report, configure a Query, and use the Export() method; or…
Question: How can I set up an E3Query to retrieve data from an Oracle view? Solution: To do so, just use the SQL SELECT command to select the data the…
Question: In a Query, how can I filter alarms with areas starting with a given text? Solution: In order to filter alarms with areas starting with a given text (for…
Question: In an application, an SQL Query returns three values to a certain field. How can I set this Query up to return only one of them? Solution: To do…
Question: In the application, I have the following folder structure for alarms: alarms\general\se01\switch01 \switch02 \… \switch20 How can I set up the return all alarms from all switches of a…
Question: Does Elipse E3 allow firing several queries at the same time? Solution: Yes, it does. To do this, you will need to use the Execute method, that executes a…
Question: How can I convert an EventTimeDbl field into Date/Time format and display it in an E3Browser? Solution: To do so, use the SQL CONVERT command below in the SQL…
Question: How can I display the fields of different tables in the same SQL query? Solution: To do so, use SQL’s UNION command. Thus, you must enable the E3Query’s SQL…
Question: Can I create a query converting the E3TimeStamp field from the E3Storage‘s table into DateTime? Solution: Yes, you can do this. If you are using Oracle, you must use…