I have a blocks view made up of multiple post types ('Post-Type-A', 'Post-Type-B', 'Post-Type-C') and the output displays 3 random results, is there any way of limiting the view to only show a random result from 'Post-Type-A' as the first item, a random result from 'Post-Type-B' as the second item, and a random result from 'Post-Type-C' as the third item. Or can this only be achieved by setting up 3 separate views?
Logically I think that can only be achieved with 3 separate queries (so 3 separate Views).
If you can think of how you would formulate such a query using WP_Query (or get_posts) then let us know and we could help implement the same using a View and possibly some custom code to modify the query.