ILIA BROUDNO Posted December 21, 2021 Share Posted December 21, 2021 What is the syntax of the expression inside Spotfire.Dxp.Data.DataTable.Select I did not find any docs. from a few examples I dug up it seems to be sql like but different. for example the keyword like is not allowed, * is also not allowed % is but probably has a different meaning. example using C# API: Spotfire.Dxp.Data.DataTable.Select("[ContextID]=2"); //works Spotfire.Dxp.Data.DataTable.Select("[Name] like 'Jas%'"); // does not work If docs are unavailable, I'd like to know what is the equivalent of 'like' and how to use it As in how would you write the second statement so that it works. Link to comment Share on other sites More sharing options...
Donald Johnson Posted December 22, 2021 Share Posted December 22, 2021 What TIBCO Product is this question about Link to comment Share on other sites More sharing options...
ILIA BROUDNO Posted December 22, 2021 Author Share Posted December 22, 2021 C# API for Spotfire Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now