Hi I'm trying to figure out how one filters time intervals on the New UX. Doesn't appear where one can select months in lieu of weeks or quarters for that matter. I may have to do that at the model level. Thing is how does one?
Is the solution to create a Time by Weeks module in the model and have that linked to the module or saved view we are trying to display on the UX? If so what logic should I use to enable just the weeks, months or quarters as the case may be? Appreciate any suggestions, better still with an illustration.
Kind regards,
Clarence
Solved! Go to Solution.
If you are looking to display weeks/qtrs/years based on a user input, you might want to check the below thread:
Best Regards,
vinayvm
Perhaps you can attach an Excel mockup of what you're trying to achieve?
Thanks,
LipChean
If you are looking to display weeks/qtrs/years based on a user input, you might want to check the below thread:
Best Regards,
vinayvm
Hi @Vinay VaradarajM this is an interesting solution!
To get it to work with the NUX is the idea to have a filtered Saved View to be referenced in the NUX?
Best regards,
Clarence
In the thread, there is a SYS01 Time Filters module which has a lineitem named Filter. You can use any one of the following:
- In the NUX, you can use it to create a custom view (recommended)
- Create a saved view in your module, and use that module view in NUX
Best Regards,
vinayvm