Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
When i load below script it is givng error as Filed not found <Date>
how to over come dis?
Sample:
LOAD F1 as [s.no],
F2 as [Sales Executive],
F3 as [TopLine Achieved],
F4 as [Gross Margin Achieved] ,
F5 as [Top Line Target] ,
F6 as GMTarget,
F7 as Product,
F8 as BranchHead,
F9 as Branch,
F10 as Dept ,
F11 as Date
// Year(Date) as Year,
// Month(Date) as Month,
// Day(Date) as Day,
// Week(Date) as Week,
// 'Q' & ceil(Num(Month(Date))/3) as Quater,
// applyMap('FiscalQuarterMap', num(month(Date)),null()) AS FiscalQuarter
from[...];
Hi Chanty,
What is the content of FiscalQuarterMap?
Apply map is not matching anything, and you are returning null value.
Regards!
No... its wrkng fyn now. thanks
thnx raj. its wrkng fyn.
Hi,
In applymap() also you have to mention date#() for Date
Like you mention in other fields
Regards
Thnaks Dreamer
and all.