Hello!

Is it possible to load an alternate view without having to code it? For example i have a View that loads this with specific arguments and Filters but if it returns 0 or no results, I want it to load a different view. How do you achieve this?

Comments

agarwal.sudhanshu’s picture

If there is no result then you can show Empty text.
use input format php for empty text.
and then put php code that will show result of the different view.

cachobong’s picture

Will try that!