Move data Adhoc
Hi,
I have a requirement to move data from 1 line item of April to 2nd line item June and the No. of months data should get shifted is based on the user input(adhoc). For Example, if the user selects 3 months, it should move from April to July, if he selects 5 months, it should move from April to Sep.
Please can you let me know some approach or idea on this.
Thanks,
Rajsekhar
Tagged:
0
Best Answer
-
Hi Rajasekhar,
Create another line item called POST with the formula:
POST(Line Item 1, User Input)
Then create an action to import the POST line item into the second line item
Regards,Anirudh
0
Answers
-
Thank you Anirudh. It helps a lot.
Regards,
Rajasekhar
0