Jump to content

thais_simoes

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

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

thais_simoes's Achievements

Rookie

Rookie (2/14)

  • One Month Later
  • Week One Done
  • Dedicated Rare
  • First Post
  • Conversation Starter

Recent Badges

0

Reputation

  1. Awesome John. Thank you for your quick support. Simple solution which worked perfectly. I appreciate your clear explanation.
  2. Hey guys, I would like to have the totalized (runningsum) of the total amount of packed product per day. I have only the bag counter and type of bag signals. What I did so far: I created a formula to display the number of bags per type per day and fill the gaps with 0. $a = $pvvl2.runningDelta() $b = $_25k $c = $b.intersect($day) $a.runningSum($c).replaceNotValid(0) Now, I would like to combine those three signals; however, I don't want to go to zero every time that the bag change. I would like to have a running sum per day. I already tried splice, runningsum, runningdelta, but it is not working. Do you have any idea how I can get it? Thank you for your support.
×
×
  • Create New...