Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
manoranjan_d
Specialist
Specialist

Num format while pulling to excel

Hi all,

 

in my expression i use num format function as per the requirement and  given as properties --> format as measure expression, but when i pull the data in excel (export or download) the numbers are in text in excel. how to resolve this.

 

i agree if i  change the format  to -->number, its fine ,but in the expression i have formatted with num since i use multiple expression with if loop as per the metric selection.

example if user select metric 1 then the num be shd in % calculation , if user select metric 2 then it shd be in the 1,000 format. so in the exp i have given the num format and as per the selection the format displaying correctly in the chart, but while pulling the data  in excel its in text.

Labels (2)
8 Replies
dplr-rn
Partner - Master III
Partner - Master III

can you share your expression?

CraigB
Partner - Contributor III
Partner - Contributor III

HI there:

[-TermsOfPaymentID] and =SalesRep
It show as below, and visual, which I want it.

[cid:image001.png@01D55804.71D1DC70]
Thank you.







Best Regards,
Craig Bolton
Pre Sales Consultant
770-861-0604 M
Craig.bolton@iptor.com

[test-2]
Join us in a Connected World ► Learn More
[LinkedIn-header-icon-email-sig] [Twitter-header-icon-email-sig] [Vimeo-header-icon-email-sig]




[Iptor-Pride-1]
Join us in a Connected World ► Learn More
[LinkedIn-header-icon-email-sig] [Twitter-header-icon-email-sig] [Vimeo-header-icon-email-sig] [Instagram-header-icon]




dplr-rn
Partner - Master III
Partner - Master III

Images are not visible
manoranjan_d
Specialist
Specialist
Author

not visible

manoranjan_d
Specialist
Specialist
Author

if(MetricId=2,

       Num( (Sum(Gross sales))/ (Sum(total(Gross sales))) ,'#,##0.0%'),

Num( Sum(Gross sales)          

    ,'#,##0')

)

 

Number Format-->Measure Expression 

           

   

dplr-rn
Partner - Master III
Partner - Master III

Looks all right. I am assuming it is a user selection which determines the expression

Are you using a straight table? or pivot?

manoranjan_d
Specialist
Specialist
Author

its qliksense straight table(table chart)  my issue is while pulling (export data )in to excel the number are in text format in excel.

 

my expression works fine and good.

manoranjan_d
Specialist
Specialist
Author

any updates