This document (including, without limitation, any product roadmap or statement of direction data) illustrates the planned testing, release and availability dates for Spotfire products and services. It is for informational purposes only and its contents are subject to change without notice. Planning to implement - generally 6-12 months out. Likely to Implement - generally means 12-18 months out.
Copyright © 2014-2023 Cloud Software Group, Inc. All Rights Reserved.
Cloud Software Group, Inc. ("Company") follows the EU Standard Contractual Clauses as per the Company's Data Processing Agreement.
Terms of Use |
Privacy Policy |
Trademarks |
Patents |
Contact Us
Please file a support request at https://support.tibco.com and our team will have a look at this issue. Thanks, Thomas
I am using the following in a select statement but gets an error:
Lead( "DATETIME#1", 1, 0) OVER (ORDER BY "DATETIME#1") AS "NEXT_DATETIME#2" and received
the error "Failed to execute query: [tibcosoftwareinc][Oracle JDBC Driver][Oracle]ORA-00932: inconsistent datatypes:
Note: DATETIME#1 is already defined as DateTime type column in information link and trying to create and populate DATETIME#2 column from the leading rows of DATETIME#1 column values.
Doing this from the SQL environment of the information link.