Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Black_Hole
Creator II
Creator II

Using an expression for the header in table

Hello all,

I put an expression in the title/header of a graph table.

But, it's seems that's the expression is not  working because none result is displayed.

Below, the expression defined:

(note: the expression should return a date)

HeaderTable.PNG

Please could you advise me about this issue?

Thank you in advance for your help.

Labels (1)
1 Solution

Accepted Solutions
tresesco
MVP
MVP

FGCRL TransactionDate seems to be a field and it would probably have multiple values. Unless you select one date from this list, qlik would not know which date value to work on. Make a selection in your field, you would probably see a date as output. Also, there should be an easier and better way of getting a date in desired format, like using date#() or/and date().   

View solution in original post

2 Replies
tresesco
MVP
MVP

FGCRL TransactionDate seems to be a field and it would probably have multiple values. Unless you select one date from this list, qlik would not know which date value to work on. Make a selection in your field, you would probably see a date as output. Also, there should be an easier and better way of getting a date in desired format, like using date#() or/and date().   

Black_Hole
Creator II
Creator II
Author

Hello @tresesco ,

Effectively! When I make a selection on the TransactionDate, the expression works as expected.

Thank you very much for your detailed explanation!