Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
I have a dropdown with 3 choice display value is String, value is Datetime.
I want to save in session value selected on dropdown and then i will connect Selected text of dropdown to the output of CurrentSessionInfo.getGlobalVariables.dateStored that is a datetime value.
I thought to have item preselected when i refreshed the page but i had not.
I tryed also with string and it works so i thing it is a problem with datetime value, anyone can help please ?
thanks
What is the version of your ThingWorx platform? Have you tried a different browser?
It would be helpful if you could attach your imported sample entities to demonstrate the problem.
Hi Polina, i have 7.1.3-b14,
here i put the screenshot of how i mapped the saved datetime on session to the combo, as i told you before, using string as value of dropdown it works but i need to use datetime.
combo settings:
combo datashape
events:
i hope is clear, so you can reproduce
thanks