Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
malin_ortengren
Partner - Contributor
Partner - Contributor

Export to excel - Decimal and integer in the same column

Hi,

I have columns in a table that contains both decimal and integer. It is a incomestatement with both ratios and lines.

Exempel tabell.PNG

To format this the function num() is used today:

if(right(Summeringsrubrik,1)='%',num(((sum({$<Procentuträkning={"T"}>} Belopp)/sum({$<Procentuträkning={"N"}>} Belopp))*100),'# ##0,0')&'%',

num(sum(Belopp),'# ##0'))

Unfortunately,when exporting to Excel the value is presents as text instead of numbers.

Does anyone have a good solution to this?

2 Replies
advait_thakur
Creator III
Creator III

Hello Malin,

  could you please post your sample application file..!!

Thanks

Advait

Join the official Qlik Enthusiast's page here
https://www.linkedin.com/groups/6513382/
malin_ortengren
Partner - Contributor
Partner - Contributor
Author

Hi,

Here is an example with my problem.