Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to stop this odd behaviour on pivot table

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.services.pngservices.png

1 Solution

Accepted Solutions
vishsaggi
Champion III
Champion III

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$);

View solution in original post

14 Replies
vinieme12
Champion III
Champion III

I think the cells are merged, wrap text to 3 or 4 lines to see if they are showing up in Service type column

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Anonymous
Not applicable
Author

Yes i tried but it is doing nothing.

Anil_Babu_Samineni

Can you share that Excel file and meantime Qlikview File if possible

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

why i am unable to attach any qlikivew or excel file?

Anonymous
Not applicable
Author

This is the sample file and you can see top column near month/year  that is displaying jan/1900

Anonymous
Not applicable
Author

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.

vishsaggi
Champion III
Champion III

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$);

Anonymous
Not applicable
Author

Yes that load script has done the trick when i was using my sample file.

But the same code is not working for QVW.

vishsaggi
Champion III
Champion III

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?