Forum Discussion
power2
2 years agoFrequent Visitor
180 days loop
Hey everyone, I have a table with thosuands of parts that are received into our system. Let's say Column A is the ItemID which is the part number and Column B is the Date that was received. ...
- 2 years ago
Greg_Deckler
2 years agoCommunity Champion
power2 So, I would create a Parameter and then replace DateTime.LocalNow() with the name of that Parameter.
power2
2 years agoFrequent Visitor
Greg_Deckler
Thanks for the advise. In this case, how would that parameter look like? Can you be a little more specific?
- Greg_Deckler2 years agoCommunity Champion
- power22 years agoFrequent Visitor
Greg_Deckler
Thanks. I will give this a try.