Jump to content

Jack Patchell

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Jack Patchell's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi Seeq Team, I'm trying to create a SEEQ scorecard with variable times for the average. Here is the code I'm using to create the condition: $time = now() $lastTwo = capsule($time-2min, $time).setProperty('TimeRange', "Last Two Minutes") $lastHour = capsule($time-1h, $time).setProperty('TimeRange','Last Hour') $lastDay = capsule($time-1d, $time).setProperty('TimeRange', 'Last Day') condition(2d, $lastDay, $lastHour, $lastTwo) And then once I added the scorecard metric, I added TimeRange to the header in capsule property-property name but instead of getting Last two minutes, last hour and last day I just get last day. How do I get the last 2 minutes and last hour to show as well? Thanks, Jack
  2. Hi Team, Is there a way to share a SEEQ organiser document in read or viewing mode with someone who does not have a SEEQ account?
×
×
  • Create New...