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

How to change date& time format in a Dashboard?

How to change date& time format in a Dashboard?

4 Replies
swuehl
MVP
MVP

You can set the default date and time format in the script (in the system variables section at the top of the script).

You can also use either formatting functions like Date() / TimeStamp() etc. to format your values in the script and / or the chart expressions, or use the formatting tabs in the chart objects to override these settings per chart.

Data Types in QlikView

Get the Dates Right

Why don’t my dates work?

On Format Codes for Numbers and Dates

Automatic Number Interpretation

engishfaque
Specialist III
Specialist III

Dear Susmitha,

Most of the objects offers Number tab where from you can apply format according to your requirements. This can be number, money, date, time, timestamp etc. For more, kindly find attached screenshot.

However, We can apply our custom format on any field and show them in any object by using functions.


For example,

=Num(YourFieldName, '#,##0')                //Integer                output => 12,345

=Num(YourFieldName, '#,##0.00')           //Two digit decimal output => 12,345.38

=Money(YourFieldName, '$#,##0.00')       //Money                output => $12,345.38

=Date(YourFieldName, 'DD/MM/YYYY')  //Date                    output  => 17/05/2016

Kind regards,

Ishfaque Ahmed

Anil_Babu_Samineni

Try This.

Date/Time format

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
HirisH_V7
Master
Master

Hi,

Changing means is there any dates (Particularly some) which are not in proper format as you required or what!

-Hirish

HirisH
“Aspire to Inspire before we Expire!”