cancel
Showing results for 
Search instead for 
Did you mean: 

Unable user input ready column depending on selection.

Former Member
0 Kudos

Hi All,

I am using IP and WAD.

I have two user input ready columns of keyfigures.

With first column having some value that can be changed by user if he wish to do so,now I want to unable the second column editing only if user is making any changes to first column.

Or else second column should be hiden/disabled.

And this needs to be for individual row of records.. Whichever record changed only that row second column needs to be activated.

How to achive this functionality?

Regards,

Shweta

Accepted Solutions (1)

Accepted Solutions (1)

former_member5472
Active Contributor
0 Kudos

Hi,

This is a unique requirement.

I don't think there is a standard way of doing so . But you can try the same using java scripts

1. By default make the second column read only using the script.

2. By cell change event, you can identify which row is being/cell is being changed.

3. After change enbale the corresponding cell of the key figure

I'm not sure how practical the solution is.. but you can give it a try !!1

Thanks

pratyush

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear Pratyush ,

Thanks For ur reply I will try this solution.

Regards

Shweta.