I am trying to make a Macro where i want to calculate Monthly numbers(MTD) from YTD(Year to date). I am using the expression "If contains([Name],"_01_") then [Value] else [value]-[Row-1:Value] endif" in the multi row formula to calculate the correct numbers.
What I want is, to put this workflow in a Macro. However i want this expression to become editable for users when they apply this macro in their own workflow, because now "01" represents January as the beginning of the FY(financial year)[Jan-Dec], however the FY beginning may differ( for example it could be July-Jun, where "01" should be editable to "07").
I am trying to use use some Interface tools and action tools but not able to make this expression editable.
Can anybody Please help?
Please find the workflow attached, where i am trying to do this using "listbox" and "Action tool".
Please guide.