Start Free Trial

Alteryx Designer Desktop Discussions

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

DATE FUNCTIONALITY and FILTER

TheBIguy
7 - Meteor

Hello All,

Hope you all doing well.

I have two columns one runs with regular date while another one has month end date now I have to do filteration on these dates." DD/MM/YYYY Format"

 

EVENT_DATERATE_DATE
1/7/202131/01/2021
2/7/202128/02/2021
3/7/202131/03/2021
4/7/202130/05/2021
5/7/202130/06/2021

 

I have to create 4 filters

Daily
1. So the user will enter a date through action filter on Daily Date ex 20/07/2021 now the first filter is daily so need data for previous day from this date i.e 19/07/2021

 

MTD

2 Now the Date is fixed i.e 20/07/2021 so the date should pick up from last month end date from End_Date i.e 30/06/2021

 

QTD

3.as date is 20/07/2021 the last quarter end date would be 30/06/2021 from End_Date

 

YTD

4. as date is 20/07/2021 the YTD would be 31/12/2020 from End_Date

 

Help with this people I know we can get this!

 

Kind Regards!

10 REPLIES 10
TheBIguy
7 - Meteor

Hello All,

Need a quick help. I really got confused in picking values in a table

I have this table where P has acquired Q for 2000.00

Table 1

abc
PQ2000
RS3000

 

Master table

adefgh
P12345
Q12345
R12345
S12345

 

Expected O/P

Master Table

acdefgh
P200012345
Q-200012345
R300012345
S-300012345

Please help

 

Regards!

Labels
Top Solution Authors