
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello i made this rule ti surpress my parts (see the picture):
I made this code but it doesent work when i edit my parameters from excel:
If Parameter("Mittelpfosten_vorhanden")=0 Then
Component.IsActive("Mittelpfosten:1") = False
Component.IsActive("Mittelpfosten:2") = False
Component.IsActive("Mittelpfosten:3") = False
End If
If Parameter("Mittelpfosten_vorhanden")=1 Then
Component.IsActive("Mittelpfosten:1") = True
Component.IsActive("Mittelpfosten:2") = False
Component.IsActive("Mittelpfosten:3") = False
End If
If Parameter("Mittelpfosten_vorhanden")=2 Then
Component.IsActive("Mittelpfosten:1") = True
Component.IsActive("Mittelpfosten:2") = True
Component.IsActive("Mittelpfosten:2") = False
End If
If Parameter("Mittelpfosten_vorhanden")=3 Then
Component.IsActive("Mittelpfosten:1") = True
Component.IsActive("Mittelpfosten:2") = True
Component.IsActive("Mittelpfosten:2") = True
End If
Can you help me?
Solved! Go to Solution.