01-08-2018 01:55 AM
Hi Team,
I am looking for any working querable example of date type.
Thanks,
Jai Ram Gaur
Solved! Go to Solution.
01-08-2018 11:06 PM
Hello Jai Ram,
we are working with a queryable.xml like this:
<?xml version="1.0" encoding="UTF-8"?> <slotList> <slot name="MYDATE" title="MYDATE" type="Date" default="1900-01-01T00:00:00"/> </slotList>
For the type Date a default value must be set to work.
If you want to change the date queryable from the DataManager you have to use the correct date format like the default value in the example.
Regards
Markus