Hi!
I’d like to display completeness graphically. For instance, if I have 3 tasks and 1 is done, how to display graphically percent of the completeness?
Thanks in advance!
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.
Hi pavlos
I think this blog will help you
http://www.laureston.ca/2019/07/12/bootstrap-progress-bar-in-your-oracle-apex-application/
In the report, take one more column as follows:
Now for the pct_tasks column, specify the below HTML expression in the HTML expression field:
You can modify CSS according to your need.
Thanks for the responses!
Report where I want to display progress bar is different table then tasks. And I don’t have column like tasks_done, I use status column with different types of status.
I use IG report to display tickets, how can I add progress bar to IG from tasks table? 🙂
Please provide the table structures and sample data screenshot so that anyone can suggest you the right answer.
Sorry for bad explanation Vinish.
Both tables use status from status table, and there is a status names like: open, working, done…
Tickets ( id, title, description, fk_status_id …)
Tasks (id, fk_ticket_id, fk_status_id …)
Status (id, name, description …)
Currently, in IG report is only tickets table.