If I have a dataset looks like below:
Project_ID Approval_Status
P1 Approved
P2 Declined
P3 In approving
P4 Approved
is it possible to create an interactive dashboard showing the approval status of each Project ID? and Project ID put into a drop down frame on the left of the dashboard, user can select any of Project ID in the frame and view the approval status on the right in a text box.
