14
Views
6
Comments
Solved
How to pass checked checkbox (Checked data) from screen to block?
Question

My checkbox is insides my screen and i want to pass multiple checked data from screen to block, then display the checked data into block. Please i need help / suggestion on How to do it?

Solution

Hi @Jia Wen Loo ,


Here is the sample oml.



Regards,

Wasimkhan S

Boolean.oml

Thank you very much! I have solved my issue~~~

Hi @Jia Wen Loo ,


You can achieve it by adding an input parameter as Boolean datatype to the block and pass the value of checkbox to the block when the checkbox is clicked.


Regards,

Wasimkhan S

Thanks for replying me. But may i know how can i pass multiple checked data?

Appreciate if you can provide me an oml.


Change the input parameter datatype to Boolean List.



Regards,

Wasimkhan S

is it possible to pass the boolean list from screen 1 to screen 2's block? (screen 1 -> screen 2 ->  screen 2 block) 
 
appreciate if you can provide the complete oml for this ?

Solution

Hi @Jia Wen Loo ,


Here is the sample oml.



Regards,

Wasimkhan S

Boolean.oml

Thank you very much! I have solved my issue~~~

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.