Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Text(ApplyMap('MAP_DATEV_CSAV',@DATE,'?')) AS TariffDate,
Month(ApplyMap('MAP_DATEV_CSAV',@DATE,'?')) AS Month_To,
Year(ApplyMap('MAP_DATEV_CSAV',@DATE,'?')) AS Year_To,
Why you're using ApplyMap?
Hi,
Load the Excel file where the date value is being extracted from and create a list box for that field. If the value is aligned to the left, it is being interpreted as text, instead of a number which are aligned to the Right.
If the value is being interpreted as text, use the function:
Month(Date#(ApplyMap('MAP_DATEV_CSAV', @Date, '?'), 'DD/MM/YYYY')) as Month_To
Important >> Change 'DD/MM/YYYY' in the above expression to whatever format the text date is actually displayed on.
Hope this helps.
Mike.
Dear Mike,
Good day and many thanks for your help/tip.
I have tried mentioned, however it didn't work. I have done a test to show the field applying mentioned tip, nevertheless the result is NULL.
Any thoughts??
Mauriccio
Dear Ralf,
God day to you.
I am using ApplyMap because the original file is an excel where I need to extract crossing colums & rows.
Many thanks.
Mauriccio