Problem: I have created a custom rewrite rule applied to custom taxonomy archives, such that the archive URL includes term slugs from two different taxonomies. I would like to filter a View placed in this archive by these two taxonomy term slugs.
Solution: Create two Query Filters in the View, one for each taxonomy term slug. Set each to respond to a different shortcode attribute. Use custom shortcodes to apply the term slugs from the URL to the corresponding shortcode attributes. Test each component individually by applying hard-coded shortcode attributes in the View shortcode and outputting the results from the custom shortcode separately.
The issue here here is that the user wanted to format the output from their number field with a comma for every thousand.
Solution:
This is not something that can be done natively with our Toolset plugins and as such you will need to use a little bit of custom code to format the numbers.
I've written a simple custom shortcode below to format the numbers for you.