Note that there are some explanatory texts on larger screens.

plurals
  1. USmdutra
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COThe last item is the piece that does not fit. There is no UI element that sets the alarm. Data coming into the WPF app determines is an alarm is set. This is why I have to react to the domain model's alarm property. Once it is true I then need to go out and get the data and display it. How can I use a Command in that scenario?
      singulars
    2. COThat is actually my thought as well. When my alarm is triggered I need the visuals to start flashing the UI red. In addition I wan to pull additional "readings" and display them as well to indicate why the alarm is triggered. I just was not sure how to wire up some custom function to fire when the alarm property is set to true. It seems I will need both the UI and a business logic layer to be bound to the data model in this case. The business logic here is simply to fetch more data and display it and then remove it when the alarm is finished.
      singulars
    3. COThe sample data will contain 100's of millions of rows of data. There will be 1000's of data points per channel, up to 20 channels per case and 1000's of cases in that table. I need to work on the data on a per case basis which should return around 1.5 million data points. The output of the query should contain 1 row/channel with the min/max sustained values. Clearly you know more about how that query works than I do (it was solution from another question). I do not have access to Oracle, hence my question. Please let me know if you need more clarification.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload