Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import Custom Actions from Tabular Editor 2 #79

Closed
steved-MarketGrunt opened this issue Jun 11, 2021 · 3 comments
Closed

Import Custom Actions from Tabular Editor 2 #79

steved-MarketGrunt opened this issue Jun 11, 2021 · 3 comments
Milestone

Comments

@steved-MarketGrunt
Copy link

steved-MarketGrunt commented Jun 11, 2021

Hi,
I may have missed this in the documentation but, is there a simple way of importing the custom actions created in TE2 to TE3. Also, when trying to call custom actions using CustomAction(@"Time Intelligence/Create QTD measures") TE3, I receive a message that "Time Intelligence/Create QTD measures" does not exist. However, I can see the measure in the Cscript window. #Question

@otykier
Copy link
Collaborator

otykier commented Jun 16, 2021

Sorry for the late reply.

To migrate your custom actions, simply copy the file %localappdata%\TabularEditor\CustomActions.json to your %localappdata%\TabularEditor3 folder and rename it as "MacroActions.json".

As for the issue with CustomAction(...); not working, this will be resolved in 3.0.6.

@otykier otykier added this to the 3.0.6 milestone Jun 16, 2021
@otykier
Copy link
Collaborator

otykier commented Jun 17, 2021

The CustomAction method should work in 3.0.6.

@rvgfox
Copy link

rvgfox commented Jun 21, 2022

Hi Daniel,

I've export/import all my custom actions but it can not be edited. I always get an error when I try to save it:

"Macro cannot be saved because the script contains one or mere errors"

But the script runs correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants