Giter Club home page Giter Club logo

chaosreignswithin-alteryx-macros's People

Contributors

adriley avatar joemako avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

chaosreignswithin-alteryx-macros's Issues

Runner macros don't work with UNC paths

The bug lies with action 4 in the CReW_Runner.yxmc

The fix is something like

Replace([Destination],
"C:\Users\ariley\Desktop\New folder\New Module3.yxmd",
IF REGEX_Match([#1], "^[a-zA-Z]{1}:.*$") //Rooted Path
|| left([#1], 2) == "" //UNC Path
THEN
[#1]
ELSE
FileAddPaths([Engine.ModuleDirectory], [#1])
ENDIF
)

Issues with CREW MACROS after update to Alteryx 11.8

Hi!

Cant get CREW Macros to run after update.
Conditional runner (and Runner) Always get no run...

Error - Alteryx Engine: The Feature "API" is not licensed.

Something to do with new format of License key and AlteryxRunner.exe?

(also posted in Alteryx Community https://community.alteryx.com/t5/Advanced-Analytics/Issues-with-CREW-MACROS-after-update-to-Alteryx-11-8-3-40692/m-p/134640#M3683 )

After installing 11.7 again problem was gone.

/Daniel

add readme for description of macros?

Hi Adam,

Is it possible to have a readme file in your github with a brief description, so that others can have a general overview of the Macro's, and what they can do? Thanks for putting all these macros together.

Runner Macro breaking when run from UNC Location

I'm helping out a client who is using the runner macros from a UNC path location. The macro is breaking and appearing as a black box as below. Im not sure if this is related to the previously closed issue #6

image

Add Total Resets inputs

Hello,

For the "Add Totals" CReW Macro after setting my fields to sum if I select the block again it will reset everything back to the default of all fields and "Add Total Row and Column".

Is this a known issue or is it a setting I have not configured?

Alteryx Runner macros don't work with Sharepoint Tools

Thank you very much for the ModuleRunner, it has been really useful for our projects, but we are having a bit of trouble with it in one case. One of our colleagues is using the "Sharepoint List Input" tool- her module runs fine when run directly in the designer, but hits an error when she tries to run it through the ModuleRunner.

Have you ever come across this? Or maybe used that tool successfully within ModuleRunner?

This is the error we see:
00:00:0.152 - Error - ToolId 1: Could not load file or assembly 'SrcUtils_DotNet, Version=9.1.0.49438, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

Alteryx Opening Error

Since installing the CReW macros everytime I open Alteryx I get the error: There was an error loading a macro: Index was outsidce the bounds of the array.

crew macro opening error

Add Totals - Option to Row Total label

If my data has a text field in it then I want to be able to add a Row Total label.

AC: New checkbox to turn feature on and field drop down to select which column to add the Total label to.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.