Hello,

I've been playing around with visual studio trying to create user-defined reports.
I have 2 questions. One for visual studio, one for Allplan.

In Allplan in Select1 I choose MODEL_DATA and filter by all objects because I want my report to use all elements from model data and give me their attributes.

But I also want to read another attribute from SELECT few elements, i.e. I want to create Select2 that reads lets say.. CASING_AREA and only make that work for several elements, bc clearly you don't need formwork for masonry walls..

Is that possible to do in 1 user-defined report, or do I need to create 2? I really want to try to do it in one, but I can't make allplan filter select1 by all objects and select2 by several objects.

2nd Question:

If the first Q has no answer,
In visual studio I can create an IIF statement which would remove the attributes filtered from the first part, but I'll still get the empty cells, is there a way I can filter this in visual studio so it ONLY shows me elements that are lets say..
IIF(Fields!myattribute.value = "A*", Fields!myattribute.value, "blah")

The IIF statement gives me both possibilities, i want to exclude the second one because i dont need it.. I only need the first one.
Is there another command to use? so that it shows only the thing I want!

___________________________________________________________________________

Hallo,

Ich habe mit Visual Studio herumgespielt und versucht, benutzerdefinierte Berichte zu erstellen.
Ich habe 2 Fragen. Eine für Visual Studio, eine für Allplan.

In Allplan in Select1 wähle ich MODEL_DATA und filtere nach allen Objekten, da mein Bericht alle Elemente aus Modelldaten verwenden und mir deren Attribute geben soll.

Ich möchte aber auch ein anderes Attribut aus SELECT-Elementen lesen, d. H. Ich möchte Select2 erstellen, das beispielsweise "CASING_AREA" lautet, und dies nur für mehrere Elemente verwenden, da Sie eindeutig keine Schalung für Mauerwerkswände benötigen.

Ist das in 1 benutzerdefinierten Bericht möglich oder muss ich 2 erstellen? Ich möchte wirklich versuchen, es in einem zu tun, aber ich kann nicht allplan filter select1 für alle Objekte und select2 für mehrere Objekte festlegen.

2. Frage:

Wenn das erste Q keine Antwort hat,
In Visual Studio kann ich eine IIF-Anweisung erstellen, die die aus dem ersten Teil gefilterten Attribute entfernt, aber ich erhalte immer noch die leeren Zellen. Gibt es eine Möglichkeit, dies in Visual Studio zu filtern, sodass NUR Elemente angezeigt werden, die zulässig sind? sagen..
IIF (Fields! Myattribute.value = "A *", Fields! Myattribute.value, "blah")

Die IIF-Anweisung gibt mir beide Möglichkeiten, ich möchte die zweite ausschließen, weil ich sie nicht brauche. Ich brauche nur die erste.
Gibt es einen anderen Befehl? damit es nur das zeigt was ich will!

Thanks in advance,
Joe