How To set active a column in array by selecting a label from list

106 views
Skip to first unread message

ii2team...@gmail.com

unread,
Oct 29, 2014, 12:09:58 PM10/29/14
to suppor...@runmyprocess.com
There is a custom list in table.
By selecting a label from the list, I need to set active another column.

Please do help

Regards
Shifa

array.png

ii2team...@gmail.com

unread,
Oct 30, 2014, 5:10:34 AM10/30/14
to suppor...@runmyprocess.com, ii2team...@gmail.com

I didnt get any answer till now.. please do help.

regards
shifa

Pankaj Kumar

unread,
Oct 30, 2014, 6:06:28 AM10/30/14
to suppor...@runmyprocess.com, ii2team...@gmail.com
Hi Shifa,

While doing so you need to add another column in your array widget and select the type "java Script". uncheck the box "Visible".

Inline image 1


2. Use the "Listen to Varaible" functionality of the RMP and provide the column on which selection you want to enable/disable another column.


Inline image 2

Write the java script code for making the column cell active/unactive.

sample code:

var strValue = [[array2.value_col1]][P_index]
if(strValue == "aa"){
id_array2.id_value_col2[P_index].setActive(false)
}else{
id_array2.id_value_col2[P_index].setActive(true)
}

Let me know if you face any issue in it.


Thanks,
Pankaj



regards
shifa

--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/d1108867-551e-44f3-aa94-a55e55a7523d%40runmyprocess.com.

Reply all
Reply to author
Forward
0 new messages