Hey everyone. I'm trying to build an expression in a Text widget between different views of the same data because a WHERE clause isn't available). Based on the solution of this post, it looks like it was once possible to change the data view source for the individual expression elements, however I don't seem to have this functionality. Does any know if this functionality was removed or could guide me to towards what I'm trying to do? I'd like to do something like the following to get a percentage.
COUNT(DataSource2)/COUNT(DataSource1)
Where DataSource2 is a data view containing only roads that have been treated and DataSource1 is the full dataset of roads. This will give us a percentage of treated roads.
Thanks!