Linking multiple questions/queries together

What I am trying to do?

BEGIN
SELECT COUNT(Id) FROM Table 1 WHERE Id = {{Var1}}
IF
COUNT(Id) > 0
THEN
BEGIN
(QUERY1)
END
ELSE
BEGIN
(QUERY2)
END
END

I have this working but I want to have different settings for the visualizations for QUERY1 and QUERY2.

Any suggestions?

Hi @harisjaliawala
It’s currently not possible to have different visualizations depending on the data returned from the query.
You would have to create two separate questions, each with their own visualization.