Discussions
Categories
- 5.3K All Categories
- 15 Introduce Yourself!
- 436 Community Feedback - NEW! (No Product Questions)
- 103 General Community Platform Concerns/Kudos/Feedback
- 82 Community Platform Bug Reports
- 85 How Do I Use the Community?
- 56 Where is the...? (Community Platform Locations)
- 15 Ideas and Suggestions for the Community Platform
- 70 Personal Document & Blog Archive
- 5 Community Programs
- 5 Get-Togethers
- 4.8K Certification Community
- 4.6K Certification Community Discussions
- 22 Oracle Certified Master Profiles
- 31 Oracle Database 12c Administrator Certified Master Profiles
- 79 Visual Builder Cloud Service
Display oj-timeline in a table. Each row having its own timeline

We are developing a VBCS screen wherein we display a table having 2 columns – Column A and Column B. For the column B, we are using oj-timeline component. The timeline’s data for each row should be based on the series-id (~column A) for that row. At present, what happens is when we display the data in the table, the same timeline view is replicated across all rows irrespective of column A's value. How can I display different timeline data for each row? We are storing the data in business objects and below is the screenshot of the current view:
Answers
-
Timo Hahn Senior Principal Technical Consultant - Oracle ACE Director Member, Moderator Posts: 38,452 Red Diamond
User, you should ask VBCS questions in this forum https://community.oracle.com/customerconnect/categories/oci-visual-builder
Try to access the forum from the categories
And if this won't work, you can check your profile when you are logged in to the Cloud Customer Connect community. In your profile click on the 'Edit Profile' link and check that you have checked the cloud infrastructure stuff. Application Development is needed at least.
Timo
-
Shay Shmeltzer-Oracle Director of Product Management for Oracle's Cloud Development Tools Posts: 16,867 Employee
Posting on the other forum would be better - https://community.oracle.com/customerconnect/categories/oci-visual-builder
Hard to say what is the issue without seeing what information you are passing to the component for the value.
Make sure it is the current row into.
Another option - try using a for-each binding instead of a table and pass the current row value to the component.
-
Also be careful not to give the oj-timeline component id of the same value.
-David