Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
kishorj1982
Creator II
Creator II

showing 0000 value in qlik report.

Hi all,

In my database there are 0000 but in qlik report it is showing only 0.

In raw qvd also it can show 0.

Can you please suggest how to show 0000.

Regards,

Kishor

10 Replies
effinty2112
Master
Master

Hi Kishor,

                    If Field is your number field try:

=num(Field ,'0000')

Cheers

Andrew

arvind_patil
Partner - Specialist III
Partner - Specialist III

Hi Kishor,

Please convert that field into String and then Check.

Chr([Field Name]) As [New Field]

Thanks ,

Arvind Patil

kishorj1982
Creator II
Creator II
Author

Hi all,

PFA.

It is not yet working.

IN DB for missing collection manager value is 0000 on report it is showing 0.

Thanks

Anil_Babu_Samineni

Please share that data in excel?

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
kishorj1982
Creator II
Creator II
Author

I have shared sample app.

Thanks

Anil_Babu_Samineni

I know that, Why i am asking is we don't know the real values before load.

Any how, Can you try this?

Num(MissingCollectionManager,'000') as MissingCollectionManager,

OR

Text(MissingCollectionManager) as MissingCollectionManager,

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
Kushal_Chawda

Please share qvd file so that we can try to load it and see what is happening. In this app you have already loaded the QVD.

Num(MissingCollectionManager,'0000') as MissingCollectionManager should work

arvind_patil
Partner - Specialist III
Partner - Specialist III

Hi Kishor,

Please find attachment. It may be solve your purpose

Thanks,

Arvind Patil

neha_shirsath
Specialist
Specialist

Hi,

Share the excel file not app,so that we can reload application.