-
Re: Design a dashboard
Hi @bhatjaved , I couldn't find a chart which suffice your purpose, but I can suggest an alternative approach: 1. Create a module with 2 line items. Current Status - Boolean - Which will hold your cu…2 -
Re: Using Model Role to filter
Hi @BrentOrr , An alternative approach: 1. If an API can be written to export the User information to a file at a fixed location. 2. This export can be loaded to a module. Let me know if this sounds …2 -
Re: INV01 Module Line Item Formula Details
Hi mata.israel08@gmail.com , A more native approach could be: Let me know if this helps. BR, Yash2 -
Re: how to convert date to text
Hi @CallumW and @JaredDolich , I have upvoted this too! I agree that how many times we need to do this. It would simply things if we have a direct solution to this. Cheers, Yash2 -
Re: Logical Functions-IF ELSE statement - Trying to apply condition where line item text contains "DEC"
Hi @gcaldis , You may use a formula like : IF MONTH('End Period(Last Actual)') = 12 THEN FY + 1 ELSE FY + 10 I have used FY + 10 else to display a blank, assuming there won't be more than 10 years in…2