Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
suraj_qlikdev
Contributor III
Contributor III

Exporting a Pivot as a Pivot to Excel

Hi All,

As per the requirement I need to replicate Qlikview pivot table exactly the same way how it appears on Qlikview in to excel.

I tried right click on pivot > Copy to clipboard > Copy full table and pasted on to excel. This way the pivot appears exact same way how it appears on Qlikview but I do not see the comma's. I tried number format, expression default, integer it did not work. 

Is this a bug or is there a workaround for this?

It works fine with Money format ($#,##0.00;($#,##0.00)) but I want in this other formats.

I am attaching the qvw for reference. Thanks in advance!

Thanks,

Suraj

jaganmto

1 Solution

Accepted Solutions
ElizaF
Creator II
Creator II

Hi,

Find some help with the link below:

https://community.qlik.com/message/261296?&_ga=1.207808529.2009395876.1474883438#261296

An alternative solution, is to use the Text() Function like this:

Text(Num(Sum(TeamExpenses), '#,##0.00') )

When sending to Excel, it will treat your values as text and therefore will keep the format you need.

Hope it helps,


Eliza



View solution in original post

4 Replies
ElizaF
Creator II
Creator II

Hi,

Find some help with the link below:

https://community.qlik.com/message/261296?&_ga=1.207808529.2009395876.1474883438#261296

An alternative solution, is to use the Text() Function like this:

Text(Num(Sum(TeamExpenses), '#,##0.00') )

When sending to Excel, it will treat your values as text and therefore will keep the format you need.

Hope it helps,


Eliza



suraj_qlikdev
Contributor III
Contributor III
Author

Works perfect!! Thank you so much.

ElizaF
Creator II
Creator II

My pleasure! Question: What Qlik View version you use?

suraj_qlikdev
Contributor III
Contributor III
Author

Qlikview 11.2 SR 12