We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

How to set formula to navigate the number in the table

Shaopingfu
7 - Meteor

If in the table I have Row Jan -Dec as the start month of a fiscal year, and column Jan-Dec is the calendar year month, how can I get the number in a cell if I know the DateTimeNow month, and which month is the fiscal year start month? 

4 REPLIES 4
OTrieger
14 - Magnetar

@Shaopingfu 

You can be a logic with the formula tool to give you the number of months based on the given month. Another option is to transpose this table and then you will have 12 rows for Jan and 2 Rows for Feb etc. and then you can fitter the values base on the given month. I think that there are 4-5 different ways how to get what you are looking for.

binuacs
21 - Polaris

@Shaopingfu One way of doing this

binuacs_0-1755383639060.png

 

pearl44snow
5 - Atom

Looking for the same issue!

Gaurav_Dhama_
12 - Quasar

Here is another approach.

 

Gaurav_Dhama__0-1755507268705.png

Columns are auto created based on the months.

Labels
Top Solution Authors