Alteryx Designer Desktop Discussions

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

Want to show only Weekend i.e Friday Dates in the Date - Interface Tool

ManuMittal
7 - Meteor

Hi Champions,

 

I am looking for some very specific requirement in the Interface Tool - Date . Can we give option to select only fridays and grey out rest of the dates. Or is there any other option we have in Apps.

 

ManuMittal_0-1622723702604.png

 

 

1 REPLY 1
atcodedog05
22 - Nova
22 - Nova

Hi @ManuMittal 

 

Sadly there is no option to keeponly friday and diable all dates. But there is an option to force user to select friday. You can set up an error message tool such that if the selection is not friday it will pop up a window asking user to select friday. This is part of user input validation. In formula i am checking is today not friday (i,e condition for error & friday is day 5) so if today if not weekday 5 then popup an error else process the workflow.

 

Workflow:

atcodedog05_0-1622724489713.png

 

Case 1: selecting non friday. It pop ups a window asking to select friday

atcodedog05_1-1622724617665.png

 

Case 2: Selected friday. Since its friday it processes and proceed to output.

atcodedog05_2-1622724682843.png

 

Hope this helps 🙂

Labels