Date locale not being respected (I think!)

Hi - I'm unable to see what's missing, anyone offer an insight?

I have a date which I want to include in a Display Name (see #1). 
I want it displayed in European / local date format (dd/mm/yyyy). 
I have set the date format in the Google Sheet source (#2) and in the AppSheet data table locale (#3). 
The data preview looks good (#4). 
However, in the app (#5) the locale settings isn't respected.

What am I overlooking?

  1. Display Name formula in Dashboard view type: 
    "Report Run Date: "&SELECT(reporting[Run date],([Report]="-")
  2. Data source is Google Sheet.
    gcor71_0-1698744168341.png
    • Locale = United Kingdom
    • Cell format = Date (dd/mm/yyyy)
  3. Data > Table Settings > Localization in Appsheet set to ENGLISH (United Kingdom).
  4. Preview Data in Appsheet - with expected date format.
    • gcor71_1-1698744315854.png

  5. gcor71_2-1698744992222.png

     

0 1 81
1 REPLY 1

Use something like..

"Report Run Date: "&TEXT(ANY(SELECT(reporting[Run date],([Report]="-")),"dd/mm/yyyy")

Top Labels in this Space