I have a case where I have a dataset that has to large of a date range that is causing a query to run for a long period of time. My solution is to create an archived dataset and a current dataset and then use a SQL join within DOMO to stack them. This solution has worked well to create a dataset I want, however, I have many beastmodes on the original dataset and I want to move them to this new one created by the union.
My plan is to review multiple other datasets that are in this similar situation so that I can relieve resources on our servers for the queries.
Is there anyway to copy all beastmodes from one dataset into another?