Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have year format as 5024 ,5048,5049.I need to convert it as 'YYYY'.
Where did it come from? Outside QlikView what would 5024 correspond to in YYYY?
Did you try with Year()??
Hi it came from AS400
Logic used in qlikview
year(FCST) as Year it gives 5024...
Can you share the data within FCST?
What do you see when you do
LOAD FCST
FROM Source
Am getting like
1141209
1141210
1141211
1141212.............
Hi,
Check this ,
Post Sample data.!
-Hirish
Expression used to covert FCFSDT into date format
Date(AddYears(Date(Date#('19'&Right(FCFSDT,6),'YYYYMMDD'),'DD/MM/YYYY'),100*Left(FCFSDT,1)),'M/D/YYYY') as webAppSubmittedDate
I have converted this into date year but am facing the issue as below.I need to remove duplicates