I am current using the following way to create a dataset using python:
- clicking binding.
- choose expression.
- enter "1" in expression.
- add a transform, choose script.
- enter script to create a dataset.
- pass the dataset to return.
It works fine, but from time to time I found that the dataset does not refresh unless I leave the view and return, or using refreshbinding command.
Is there any better way to create a dataset that can be refreshed automatically by defined time interval?