Kindly tell me how can I add quantity and item on the collection when I click the Card Layout Report.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can create a JavaScript function to all PL/SQL Ajax process, in which you can write the code to add the data in the collection.
You can make a column card_title or card_subtext as a link and for URL specify the JavaScript function as following:
javascript:myFunction(‘#ITEM#’, ‘#QTY#’);
For full tutorial, how to call PL/SQL Ajax process using JavaScript check this post.