Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am pulling a pivot table into the excel sheet.
Strangely it is showing these figures in excel sheet but not in Qlikview pivot table.How to stop these.Figure 1 is in qlikview.
Fiigure 2 is in Excel sheet.
May be try this ?
LOAD date, [Group name], TEXT([Service Type]) AS ServiceType;
LOAD date,
[Group name],
[Service Type]
FROM
<Youraexcelpath>
(biff, embedded labels, table is Sheet2$);
I think the cells are merged, wrap text to 3 or 4 lines to see if they are showing up in Service type column
Yes i tried but it is doing nothing.
Can you share that Excel file and meantime Qlikview File if possible
why i am unable to attach any qlikivew or excel file?
This is the sample file and you can see top column near month/year that is displaying jan/1900
Hi ,
This is the sample file i have uploaded . where ever there is integer data type .
In this example service type has got 4 and next to that DATE column which is pivoted is giving the odd behaviour when i am sending this pivot to excel sheet.
You can notice that in this qvw.
May be try this ?
LOAD date, [Group name], TEXT([Service Type]) AS ServiceType;
LOAD date,
[Group name],
[Service Type]
FROM
<Youraexcelpath>
(biff, embedded labels, table is Sheet2$);
Yes that load script has done the trick when i was using my sample file.
But the same code is not working for QVW.
Use same for your actual load script where you pulling your Service Type from. Is your service type a calculated field or is that coming from an excel source or any other source? Can you share your actual script by scrambling?