Jump to content

Recommended Posts

Posted

I want to add like below

image.png.45a4164f98d8b6f559d8d2d7506b9560.png

 

to my dashboard

image.png.eb168c037aa204d0f82d7969c2e3d24f.png

my Dent count

$a = $k1m.aggregate(count(),$s, startKey()).tostep()
$b = $k2p.aggregate(count(),$s, startKey()).tostep()
$c = $k3gt.aggregate(count(),$s, startKey()).tostep()


$dent = $dm+$dc+$dg
$dent

 

so i have 3 flowmeter that i want to capture

and identify each dent into "Low Flow On "MST / PS / Gluten Thickener""?

is that possible?

 

need support

  • Seeq Team
Posted

If I understand your request correctly, you would like to group your Dent Count into 3 categories: MST, PS, or Gluten Thickener. One way to accomplish this is by creating new scorecard metrics to count the number of KPI 1: MST, KPI 2: PS, and KPI 3: Gluten Thickener capsules, respectively, over your $s shift condition. This process will result in 3 additional columns in your table, with each column representing the count of capsules for each KPI condition.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...