Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.
SOLVED

App Calendar Errors In Gallery after 2021.4 Server Upgrade

SGolnik
11 - Bolide
11 - Bolide

I will preface this post by saying I am a developer and Alteryx SME and not a server admin, but our server admins do not have a lot of Alteryx designer knowledge, or Alteryx experience. I have a bunch of complicated analytic apps that I built years ago that I have been maintaining that are heavily used. Normally when we have an upgrade, I have no issues, but this time when we upgraded from 2021.2 to 2021.4.2 over the weekend my apps started throwing errors in the gallery. On this particular app I have 3 different date ranges that a user can choose from, each with 2 calendar tools to select a start and end date range. Since in previous versions I ran into issues with containers, I had set up this for the dates on all 6 calendar tools to default to today and the workflow would look for the row where the start and and dates did not equal each other. This works as no users will be pulling data for a single day using this tool. After the upgrade on the server, users started encountering an error on the calendars where no dates were selected.

SGolnik_0-1651591633292.png

SGolnik_1-1651591897915.png

These errors, however, do not occur in designer. I attempted to see if using the AMP engine might fix the issue as I see it as a work around for several other issues in the documentation, but that too errored with the dates.

 

SGolnik_2-1651592087546.png

I then attempted to change the workflow in Designer and use the radio buttons to disable the calendar tools that were not in use to see if that would fix the problem, but it seems like that functionality isn't working as it should...possible with this new container disable/enable design?

 

So there we have it. I'm 4 hours in and have tried every trick in the book that I can think of. Any help would be appreciated. I've included the app, but had to delete the query out of it. P.S. This was one of the first workflows I built and I know there is some tool optimization I can do looking at this years later LOL

 

Help!

Thanks,

Sarah

5 REPLIES 5
patrick_digan
17 - Castor
17 - Castor

Hi @SGolnik this is unfortunately a bug that will be fixed in a future release/update. It's issue number TCPE-240. 

SGolnik
11 - Bolide
11 - Bolide

@patrick_digan I thought that was the case, but I was holding out hope for a work around so that these self-service tools, which save us millions a year, wouldn't be dead in the water. Our IT team which took over admin duties of Alteryx from us in analytics won't do another upgrade for a long time.

patrick_digan
17 - Castor
17 - Castor

@SGolnik I hear ya! Perhaps I'm oversimplifying, but it looks like you could just collect 2 dates (ie hopefully you don't need all 6). First collect the 2 dates, and then have the user decide which fields those dates are applicable for.

patrick_digan_0-1651668795981.png

I reworked that section just a bit to connect the 2 date tools to the formula directly, and then the radio buttons right to the filter. This would allow you to use the workflow config tab and test things out as well:

patrick_digan_1-1651668890665.png

 

 

 Hopefully that helps! 

 

SGolnik
11 - Bolide
11 - Bolide

Thanks @patrick_digan I was playing with a similar idea when I noticed apps with one set of calendar tools had no issues. Trying to put a positive spin on it, I'll say that I guess it is time for a refresh on these tools anyway! hahaha

Tienemientje
8 - Asteroid

Hi @patrick_digan , I have a similar case. 
3 possibilities to start from and you open/close the container with a radio button on the server.
In part 1 you need to add a date.
In part 2 and 3 you need to load a file  --> for this one I can make it "not mandatory" and hide it by using the grouping in Interface designer.

So difference is that I don't need a date in part 2 and 3 and I would prefer to hide it  --> I can do this by the grouping in Interface designer.

Is there a way to make the calendar not mandatory?  Or to take any date (today?).  I tried with formulas in designer on tools after the input, but the issue is really on the Calendar Tool.  So now my users need to open step 1, add a random date that is not used, and then open the radio button for step 2.

 

Any suggestions on a workaround?

 

Kind regards, Tienemientje