View Single Post
 
Old 06-22-2020, 04:21 PM
lburch lburch is offline Windows 10 Office 2016
Novice
 
Join Date: Jun 2020
Posts: 1
lburch is on a distinguished road
Default Hide table based on dropdown list

Hi,

I would like to have a dropdown list (currently using "legacy") and then based on that selection show 1 of three tables (i have three options in dropdown list)
Metal
Tile
Metal and Tile

I have tried inserting If statement with no luck. I even tried a test one
{ IF {Dropdown2} = "Metal" "Test" }

But i get
Error! Missing test condition.

I get the feeling i am not constructing IF statement correctly.
Reply With Quote