Forum Discussion
Anonymous
4 years agoNot applicable
Creating table with categories from 2 columns in 1 column
Hi people, I am creating a content performance report. My company posts content on LinkedIn, and assigns a domain to each article. However, one article can have multiple domains. In the datafile ...
- 4 years ago
Unpivoting as hashtag_pete suggests is a good idea but it does bring complications. One approach would be to do this unpivot in a separate table so that you have a Domains table like this:
and an Articles table like this:
And have them related like this:
HotChilli
4 years agoCommunity Champion
What's the logic behind 'Living' getting 1 in the Number Of articles?
- Anonymous4 years agoNot applicable
My mistake, there is no logic. I have been staring at these things for way too long 😂 Let me adjust my original post! Thanks for letting me know.
- hashtag_pete4 years agoHelper V
I thought this is the count of how many times was this category addressed?
In your example, Living exists once, Work twice and Care three times...
- Anonymous4 years agoNot applicable
yes you are correct, I adjusted my mistake in my original post so you can disregard HotChilli's question 😊