Community
Participate
Working Groups
Details: NewOdaDataSet is created when drop dataset from data explorer into layout in library Setp: 1.New a library 2.Create a datasource and dataset 3.Drop dataset from Actual result: A new dataset named NewOdaDataSet is created. Exception result: The dataset is unnecessary to be created
Sorry, the 3rd point is: 3.Drop dataset from data explorer into layout
Before library editor support DND, we just determin if element is from a library, if it is, then create a dataset extends from library. There is no scenario that drop target is library. Now change to not create dataset when drop element is library's children.
Verified !