Hello -
Have an issue I keep running into that I would very much like the community’s help on.
I currently have a table that aggregates articles from around the web, and includes the following fields: NAME of the article, TOPIC of the article, DATE the article was published, and URL LINK to the article.
On a separate table, I have a list of topics. On this second table, I would simply like to have a roll-up of the URL Links by topic, with the URLs in the roll-up array SORTED BY DATE FROM NEWEST DATE TO OLDEST DATE.
Have tried a bunch of different methods but cannot get this to work. Please, anyone have any solutions for this? Thanks!!