zaky Posted August 20, 2024 Posted August 20, 2024 I want to add like below to my dashboard 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 Kin How Posted August 21, 2024 Seeq Team Posted August 21, 2024 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now