Jump to content

vadeka

Members
  • Posts

    5
  • Joined

  • Last visited

Personal Information

  • Company
    MSD
  • Title
    Technical and Business Analyst
  • Level of Seeq User
    Seeq Beginner

Recent Profile Visitors

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

vadeka's Achievements

Rookie

Rookie (2/14)

  • One Month Later
  • Week One Done
  • Reacting Well
  • Conversation Starter
  • First Post

Recent Badges

0

Reputation

  1. Regarding the second question, how to see all the data, I've realized that export to excel works perfect. I needed those data for debugging. If I ever need to display them, I'll explore the options you provided. Thanks.
  2. Perfect, I've added .setmaxinterpolation(365d) and it started to work. $signal.remove(isEqualTo("Inactive")).setmaxinterpolation(365d).toCapsules() And thanks for sharing additional information, like the difference between toCapsules and toCondition. That is very helpful.
  3. Hi. I have following structure of the string descriptors of the batches, each having one timestamp at the beginning of the batch. I'd like to create a capsule starting at this timestamp and stretching all the way until the next datapoint: I've tried some tricks described in A Guide to Working with Capsule Properties, but most of the time it creates short capsules (I do not see capsule icons above the chart). The timestamp for batch name and "Inactive" looks to be at the same timestamp so I've removed them using $signal.remove(isEqualTo("Inactive")).toCapsules() Timestamp Value Jan 22, 2022 11:23 AM Inactive Jan 22, 2022 11:23 AM 2022_Batch2 Feb 19, 2022 10:23 PM Inactive Feb 19, 2022 10:23 PM 2022_Batch2 Now I only have Timestamp Value Jan 22, 2022 11:23 AM 2022_Batch2 Feb 19, 2022 10:23 PM 2022_Batch2 and I would like to have a capsule containing value 2022_Batch2 lasting from Jan-22 to Feb-19 10:23. Second Question (seeing all data in table form😞 I'm not 100% sure what is the structure of the underlaying data (whether I have single record or a few records very close to each other). Can I see all the datapoint in Seeq? Table view offers various aggregations, but I didn't find a way how to see all the data points.
×
×
  • Create New...