Message 1 of 6
Help with Supress component with iLogic

Not applicable
06-09-2015
11:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
i made this rule for supressing my components but it doesen work:
If param_val = Parameter("Mittelpfosten_vorhanden")=0 Then
Component.IsActive("Mittelpfosten:1") = 0
End If
If param_val = Parameter("Mittelpfosten_vorhanden")=1 Then
Component.IsActive("Mittelpfosten:1") = 1
End If
Can you help me?