Hi,
I want to display particular data details which is only related to the value which I select in the dropdown.
Below is the Oml file and screenshot related to my project.
please help.
I updated for filter Agent part only, hope you can get idea how to do with the rest.
Regards,
Khuong
Hi Honey Chowdary Chinta,
For each DropDown Menu, you can have an OnChange action. That action could update the displayed data taking into account the option selected.
If you need more help, let me know.
Diogo Reis
Hi Diogo,
We still cant find the solution.
please help to go further.
I have verified your OML file , since you are only using static entity in the dropdown so you can add a filter in all the table like,
Eg:
Agent.Teamleader = Teamleaders or Teamleaders = NullIdentifier()
Seetha.