cancel
Showing results for 
Search instead for 
Did you mean: 

Execute Planning Function from VC for only selected rows

Former Member
0 Kudos

Hello,

I created a planning function in BI-IP and executing from VC. If I have 5 rows of data, the planning function executes for all 5 rows and works fine. But, my requirement is to execute planning function for only selected rows in VC. Is it possible?

Thank you,

Vidya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

What is the type of function you are exactly looking to implement?

To implement for selected data, you can read all the data with read query. Show in table. Later when you call planning function use selected rows. (eg., if you want to edit/lock selected record then you can create similar write enabled query and pass the varables from selected row of read query and save the data. In that case you need not to show write enabled query data to user, just make sure once you call save commond you refresh the read query data again.)

Regards,

Vinay

Former Member
0 Kudos

Hi VInay,

I am planning to implement a custom palnning function which reads prior year actual data, calculates percentage, and calculate the current year data to spread for 12 periods. This is a FOX code written in BI-IP.

Thank you,

Vidya