Duplicating View Template

Hi all,

I create new script to duplicate view with detailing and assign new template for the duplicated view.
however, I stuck in the warning.
please kindly find the attachment for my script
Duplicating View.dyn (34.3 KB)

Hello @Harywijaya.2 you need to give your views names

1 Like

hi mate,

great thanks for the help but I need to select a heap of view
I want to select multiple view based on the prefix mate

Get all views in project. Get their name/number or whatever parameter stores the prefix. Check if it matches. Filter the list to suit.

Or, build a data shapes UI with a list of all views, where you can then use checkbox inputs to select the views you desire.