Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

calculate Month over the Limit

LEXQ2005
8 - Asteroid

I want to calculate which month the value will over the limit.

The data source is:

LEXQ2005_0-1594730262461.png

 

The desired result “Month Over Limit” will be:

LEXQ2005_1-1594730262465.png

 

In Excel, I can do calculation like below to get the result:

LEXQ2005_2-1594730262494.png

 

How can I get the Month Over Limit in Alteryx?

5 REPLIES 5
RolandSchubert
16 - Nebula
16 - Nebula

Hi @LEXQ2005 ,

 

you can use the Formula tool to solve your problem - it's a bit of DateTime calculation. I've attached a sample workflow.

 

Let me know if it works for you.

 

Best,

 

Roland

LEXQ2005
8 - Asteroid

@RolandSchubert 

Thanks, Roland.

Sorry, I cannot not open your attached file. The Alteryx version I’m using is Alteryx Designer 2019.3

cannot open.PNG

jarrod
ACE Emeritus
ACE Emeritus

Hey @LEXQ2005 , 

 

if you right click the workflow and open in a text editor, you can change the version number in the xml to something prior, like 2019.1 and save and try opening again. Alteryx will do the rest. 

 

edit: see screenshot below

jarrod_0-1594748065178.png

 

LEXQ2005
8 - Asteroid

I opened the MonthoverLimit.yxzp file using NotePad++.
This is what I get:

Open in NotePad++.PNG

jarrod
ACE Emeritus
ACE Emeritus

Oh, I didn't realize it was yxzp. in that case, I believe you can change the extension to .zip and unzip to the folder. Then you should be able to open the yxmd.

Labels