Hi, I think it is a stupid question, but I just want to make sure this.
I use schedule source for defining customer demand. On the table I use 0, 1, 2, etc in the "time" field, indicating when corresponding demand qty are generated. Then I assign new label called "TreatDay" to get the day of demand (in integer, e.g. 1: sun; 2: mon; etc). By using "values by case" and case function "rowNumber" I set the case and desired day number (as attached)
I wonder should I use case = 0 for appointing the first row in my table because I set time = 0 in the first row? Or should I use case = 1