Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All,
Please check below code its not working for me
please find the Notepad
could some one help me to solve this Error
Best Regards,
Niranjan
Hello, Niru Niri.
Please, take a look on the attached QVW. I think it may show you how to solve your problem. I'm going to attach the same file to your other posts about this issue too.
Hope it helps.
What error you get and it seems no error in the code but try with below code
Source:
LOAD Building,
[Jan Actual Dollars],
[Feb Actual Dollars],
[Mar Actual Dollars],
[Apr Actual Dollars],
[May Actual Dollars],
[Jun Actual Dollars],
[Jul Actual Dollars],
[Aug Actual Dollars],
[Sep Actual Dollars],
[Oct Actual Dollars],
[Nov Actual Dollars],
[Dec Actual Dollars],
[Jan Actual SQF],
[Feb Actual SQF],
[Mar Actual SQF],
[Apr Actual SQF],
[May Actual SQF],
[Jun Actual SQF],
[Jul Actual SQF],
[Aug Actual SQF],
[Sep Actual SQF],
[Oct Actual SQF],
[Nov Actual SQF],
[Dec Actual SQF]
FROM
(ooxml, embedded labels, table is [Data ]);
Table:
NoConcatenate
load
left(Building,2) as m,
SubField(Building, ' ', 2) as v,
'SQF' as type
resident Source
where wildmatch(Building, '*SQF*');
Concatenate (Table)
load
left(Building,2) as m,
mid(Building, 5,2) as m2,
SubField(Building, ' ', 3) as v,
'Dollars' as type
resident Source
where wildmatch(Building, '*Dollars*');
DROP Table Source;
Hi Anand Chouhan,
I atteched excel sheet in that sheet there is no Month field
i want to create month field
if i select month (jan,feb,march,apr..........) it will come
Please help me to do this
Regards,
Niranjan
Hi Anand Chouhan,
Any idea....
Best Regards,
Niranjan
Please share your files. Because there is only a spreadsheet with a table.
But I see in discussion that probably there were other files
Hi Sergey Makushinsky,
I atteched excel in that excel sheet no month filed
how can i create month field using(jan,feb,mar........)Fields
that what my issue
Best Regards,
Niranjan
Hello, Niru Niri.
Please, take a look on the attached QVW. I think it may show you how to solve your problem. I'm going to attach the same file to your other posts about this issue too.
Hope it helps.