Hey there,
I’m trying to create a custom dashboard for my clients. I offer different services to businesses and want to create description pages for the business’s employees based on what their employer bought; not every business has the same services or the same combination of services.
I have a database of all the services I offer and a database of businesses with booleans of whether or not the business elected to get a certain service.
I have a dynamic page that currently populates a list using all items in my services database, but I want the list to only show what a business has chosen dependent on if the boolean associated with that service in the business database is true or false.