Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts I have data like this
01-01-2016 | 02-02-2016 | 03-03-2016 |
1 | 4 | 7 |
2 | 5 | 8 |
3 | 6 | 9 |
When i load the data i am getting fields like
[42370],
[42402],
[42432]
if am using date function its coming correct data , but data is not coming .
Regards
Mahesh
I have this data in Excel .
Are you doing CrossTable load here? I think you need to use Num#() function to fix this. Look here for a similar discussion we had today:
Hi Sunny,
I am not doing Cross table, I want Exact Excel format data in table box.
Regards
loading your sample i am getting exact match
LOAD * Inline [
01-01-2016, 02-02-2016, 03-03-2016
1, 4, 7
2, 5, 8
3, 6, 9
];
Hi ,
I am getting in inline table , but i am loading Excel file there i am not getting
Regards
Then the only option you have is to do this:
[42370] as [01-01-2016],
[42402] as [02-02-2016],
[42432] as [03-03-2016]
Hi Sunny,
if i done like this
[42370] as [01-01-2016],
[42402] as [02-02-2016],
[42432] as [03-03-2016]
Getting
can you post the excel
Hi Please find the attached file