marcelo2112
New Member
- Joined
- Dec 1, 2014
- Messages
- 15
I got a list of clients that have food restriction like this:[TABLE="width: 500, align: center"]
<tbody>[TR]
[TD]Client[/TD]
[TD]Restriction1[/TD]
[TD]Restriction2[/TD]
[TD]Restriction3[/TD]
[TD]Restriction4[/TD]
[TD]Restriction5[/TD]
[/TR]
[TR]
[TD]Zed[/TD]
[TD]Rice[/TD]
[TD]Pasta[/TD]
[TD]Fish[/TD]
[TD]Fried Food[/TD]
[TD]Apples[/TD]
[/TR]
[TR]
[TD]Charles[/TD]
[TD]Rice[/TD]
[TD]Fish[/TD]
[TD]Fried Food[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Carl[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
And a list of foods that I serve in my company like this:
[TABLE="width: 500, align: center"]
<tbody>[TR]
[TD]Food[/TD]
[TD]ingredient1[/TD]
[TD]ingredient2[/TD]
[TD]ingredient3[/TD]
[TD]ingredient4[/TD]
[TD]ingredient5[/TD]
[/TR]
[TR]
[TD]Food1[/TD]
[TD]Rice[/TD]
[TD]Pasta[/TD]
[TD]Fish[/TD]
[TD]Fried Food[/TD]
[TD]Apples[/TD]
[/TR]
[TR]
[TD]Food2[/TD]
[TD]Pasta[/TD]
[TD]Meat[/TD]
[TD]Fried Food[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]food3[/TD]
[TD]Cheese[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I wanted to know if is it possible to make a table for instance or of the number of people that cant eat food1 or food2, or what persons cant eat food1 or food2, or food3
Is a big emergency!!
Thanks for the help
<tbody>[TR]
[TD]Client[/TD]
[TD]Restriction1[/TD]
[TD]Restriction2[/TD]
[TD]Restriction3[/TD]
[TD]Restriction4[/TD]
[TD]Restriction5[/TD]
[/TR]
[TR]
[TD]Zed[/TD]
[TD]Rice[/TD]
[TD]Pasta[/TD]
[TD]Fish[/TD]
[TD]Fried Food[/TD]
[TD]Apples[/TD]
[/TR]
[TR]
[TD]Charles[/TD]
[TD]Rice[/TD]
[TD]Fish[/TD]
[TD]Fried Food[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Carl[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
And a list of foods that I serve in my company like this:
[TABLE="width: 500, align: center"]
<tbody>[TR]
[TD]Food[/TD]
[TD]ingredient1[/TD]
[TD]ingredient2[/TD]
[TD]ingredient3[/TD]
[TD]ingredient4[/TD]
[TD]ingredient5[/TD]
[/TR]
[TR]
[TD]Food1[/TD]
[TD]Rice[/TD]
[TD]Pasta[/TD]
[TD]Fish[/TD]
[TD]Fried Food[/TD]
[TD]Apples[/TD]
[/TR]
[TR]
[TD]Food2[/TD]
[TD]Pasta[/TD]
[TD]Meat[/TD]
[TD]Fried Food[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]food3[/TD]
[TD]Cheese[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I wanted to know if is it possible to make a table for instance or of the number of people that cant eat food1 or food2, or what persons cant eat food1 or food2, or food3
Is a big emergency!!
Thanks for the help