Release 201 - February 2021

These are the product updates in release 201.

Table Queries (Beta)

With Release 201, we are bringing Table Queries to Tulip. Queries allow users to filter, sort, and aggregate information in Tables and in apps with the Tables Widget. This feature is in Beta. If you would like to try Table Queries, reach out to us to enable it.

Updates to Connectors

  • Descriptions can be added to Connector functions
  • Connector functions require a name-value to save
  • SQL queries will now wrap in the SQL editor, making it easier to read
  • In addition the SQL editor will resize properly when the window is resized

More Features:

Bug Fixes

  • Cancel button on HTTP Connector Modal always cancels
  • Memory leak is resolved when publishing app state data in Player
  • Imported machines copy properly
  • Touch scrolling in Player on Windows devices operates as intended
  • Table columns sort in the correct order when sorting Tables with links

Hello Tulip team, could you elaborate a bit on this feature : Support for opening a document in an external program through a trigger in Player. Is it link to Windows File Explorer Support ?
Thanks by advance,
Patxi

it is easy for you to have a test.
in the trigger, you may add a new action. then just choose open file, fill the path parameter.
for example, I choose express to provide path parameter, file is a MP4 file.
when trigger is trigged, the default media player will be launched and load the MP4 file. then you can see the movie.

3 Likes

Oh thanks I see the trigger now ! (and it took me a few minutes to find the path with shift+right-click on the file). I didn’t expect it to be so easy, that’s great :slight_smile:

1 Like