Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
FionnM
Contributor III
Contributor III

Deriving field from two other fields in script

Hi folks,

I have two fields, "Event Documented Date" (for example, 20/10/2015) and "Event Booking Date" (30/03/2015). I've created a straight table and added a calculated dimension which subtracts the latter from the former, giving the correct answer of 204 days.

I'd like to create a field in my script called "Event Documented Interval" which simply subtracts the event booking date from the event documented date. Right now it looks like this

[Event Documented Date]-[Event Booking Date] as [Event Documented Interval],

 But when I add the dimension "Event Documented Interval" to the straight table, it gives the value as -1108032. The value should never be negative, as "Event Documented Date" is never earlier than "Event Booking Date".

Any ideas what I'm doing wrong?

Thanks.

Labels (1)
1 Solution

Accepted Solutions
FionnM
Contributor III
Contributor III
Author

I figured it out. "Event Booking Date" was being loaded as a text string rather than as a numerical field. Loading it as a numerical field cleared the issue.

View solution in original post

1 Reply
FionnM
Contributor III
Contributor III
Author

I figured it out. "Event Booking Date" was being loaded as a text string rather than as a numerical field. Loading it as a numerical field cleared the issue.