Skip to main content
Announcements
Global Transformation Awards submissions are open! SUBMIT YOUR STORY
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikdash2000
Contributor II
Contributor II

How to coerce a data class (tag) in Qlik Sense?

I'm loading a date in Qlik Sense in the following manner:

Date(StartDate, DD-MMM-YYYY) as StartDate

and the Tags for this field end up being "$numeric $timestamp". How do I force the "$date" tag onto this StartDate field? 

Labels (1)
1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You can explicitly assign a tag with the TAG script statement. 

tag field StartDate with '$date';

-Rob

View solution in original post

1 Reply
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You can explicitly assign a tag with the TAG script statement. 

tag field StartDate with '$date';

-Rob