Isabella Sharpley Posted February 27, 2019 Share Posted February 27, 2019 Hi, I want to control the data making a table and chart by being able to select a single date. To do so I have addd a drop down property control in a text area. However now I am having difficulties in applying this property control to the visualizations. When I try to limit data (in the data properties) Iusing the expression , [DATE] = ${Date}, i get the error , "Invalid type for function call '=' ..." How can I fix this Thanks Link to comment Share on other sites More sharing options...
Shandilya Peddi Posted February 27, 2019 Share Posted February 27, 2019 Can you try the following and verify if it works [Date]=DocumentProperty("Date") That is instead of ${Date} useDocumentProperty("Date") Link to comment Share on other sites More sharing options...
Isabella Sharpley Posted February 28, 2019 Author Share Posted February 28, 2019 That did the job, thanks Shandilya! BTW, is there a way to order the property control dates to be in descending order in the dropdown Link to comment Share on other sites More sharing options...
Shandilya Peddi Posted March 5, 2019 Share Posted March 5, 2019 There is no way currently to control the order of values in the property control. I would suggest you file an enhancement request for that feature in the Ideas portal linked above: http://ideas.tibco.com/ 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