legalhustler
Well-known Member
- Joined
- Jun 5, 2014
- Messages
- 1,214
- Office Version
- 365
- Platform
- Windows
Hello,
I need to transform this step of the query to get the category names (in bold) next to each of its corresponding items. The Table link in the second column for the category is not used in the expected results, it's for the corresponding items. I just need the category names next to each items.
Transform this:
Expected Result:
I need to transform this step of the query to get the category names (in bold) next to each of its corresponding items. The Table link in the second column for the category is not used in the expected results, it's for the corresponding items. I just need the category names next to each items.
Transform this:
Fruits | Table |
Apples | Table |
Oranges | Table |
Drinks | Table |
Coke | Table |
Pepsi | Table |
Sprite | Table |
7 Up | Table |
Dr. Pep | Table |
Vegetables | Table |
Onions | Table |
Lettuce | Table |
Mushrooms | Table |
Expected Result:
Fruits | Apples | Table |
Fruits | Oranges | Table |
Drinks | Coke | Table |
Drinks | Pepsi | Table |
Drinks | Sprite | Table |
Drinks | 7 Up | Table |
Drinks | Dr. Pep | Table |
Vegetables | Onions | Table |
Vegetables | Lettuce | Table |
Vegetables | Mushrooms | Table |
Last edited: