So this adds by year/SKU, but not in the right week order. I've tried to do a sort on the data-set to help. But was wondering if there was a smarter way. I have just downloaded the latest 2.8 version this morning.
Basically, it sort of works, but it doesn't add in Week order. Is there any way to make this happen?
Vishal - What is the data typing on the field [Year]... is it Text or Date/Time? (or do you have one instance of both, which can be good practice).
If it is Text, do the Year values display in the Sidebar filter in the correct order? If not, you may need to tell Omniscope the correct sort order for the values in [Year], since it may think they are random alphanumeric Text, and not sequential Date/Time values...?
When you add true/false as the last argument in the RUNNINGTOTAL function, the values will be added in your target field's [Sales Cash] sorting order. If you leave it blank, the running total will add values following the record order. If your records are entered in chronological order, this will solve the problem. If there are any irregularities, you can use the Sort operation in the DataManager space, to create this order.