Fact is that I need the first table to show up when the category is not "tracks-accessories" and second one if the category is tracks-accessories. I believe it can be written a little bit better or in shorthand? But I'm not sure how.. I also couldn''t find the correct documentation on this one, but maybe I overlooked something?
Thank you for contacting Toolset support. Sorry, you can not write this code in shorthand format using built in Views conditional shortcodes. Views accepting conditional shortcode in this format:
if (condition == true){
statements
}
if (condition == false){
statements
}