Demantra - Integration Profile Interface - Import Issue
Hi,
I am trying to import Budget data in monthly bucket wise i.e. 1st of every month in the custom series column.
After running the import workflow, I see the value getting populated but I also see the same value populated in other days of that month.
EG:-
sdate = '1-JAN-2014'
level1 ='4800000319'
level2 ='HANNAFORD:7:SOUTH PORTLAND_1:COSI'
plan_vol = 117
select plan_vol, sales_date from sales_data
where item_id = 191
and location_id = 816
and sales_date between '1-JAN-2014' and '31-JAN-2014'
I see that instead of populating only to 1-JAN-2014, I see that its populating the same value for other days too.
0