Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
How to copy elements?
Pico
Hi,
I have a library with datasets and grids that use that datasets.
I need to copy a grid of the library to a model.
I do :
DesignElementHandle copieHandle=new GridHandle(design.getModule(),(DesignElement)eih.copy());
Where "eih" are de Gridhandle of the library.
In my model I have other datasets with the same name of the datasets in library because i want to use these datasets in the copie-grid. But it is not possible because with copy de datasets in the grid are linked to the library (Library.Dataset).
Could I copy a grid of a library without datasets linked to the library ?
Thanks in advance.
Find more posts tagged with
Comments
mwilliams
Hi Pico,
Can you not change the dataSet attached to the grid in your design? Or create the grid in your library without a dataSet?