You are currently viewing the content available in Vietnam. If you are looking for information for another region, please select the correct country from the top-left dropdown in the page and 'Navigate to Browse FAQs' in the Support menu.
Product Line
Power Monitoring Expert 8.X
Power Monitoring Expert 9.0
Environment
Vista - Data Log Viewer
Issue
In Data Log Viewer - query wizard, if a filter for timestamp uses the equal sign ( "=" ) combined with a specific time range, the query returns a single timestamp instead the whole data selected.
For example:
"timestamp = last_week()" or
"timestamp = yesterday()"
Resolution
Use the greater sign ">" instead of the equal sign.
For example:
''filter timestamp > this_week()''
"timestamp > yesterday()"
The Data Log Viewer will return the correct time range as expected.