Tell us what you are trying to do?
i am trying to set a conditional statement to show based of the view attribute I set up. but am having a hard time figuring out how to do this.
so in the view shortcode I set an attribute called "phone" and if the value is FALSE I do not want to show what is inside the conditional code block.
IF phone="false" do not show:
[types usermeta='phone-number'][/types]
Is there any documentation that you are following?