Habe versucht eine Ansicht zu drucken.
Hallo.
Kann mir jemand sagen, ob es mittlerweile möglich ist, eine Ansicht zu drucken?
Hier mein Problem.
Ich habe eine Tabelle mit dem Namen Kundenübersicht und eine mit dem Namen Tätigkeitsprotokolle.
In Tätigkeitsprotokolle sind alle Tätigkeiten aller Kunden enthalten.
In der Kundenübersicht habe ich eine Ansicht, die per select Befehl die entsprechenden Werte mit der Kunden-ID azeigt.
Jetzt muss ich ein druckbares Protokoll erstellen und habe keinen Plan, wie das funktionieren soll.
Ich habe euch mal die Word-Vorlage angehangen. Die Tabelle wirft aber nichts aus.
Gedruckt wird aus der Kundenübersicht und dem jeweigen Kunden.
Das ist aus der Tabelle Tätigkeitsprotokoll
Und das ist aus der Tabelle Kundenübersicht und die Ansicht des jeweiligen Kunden. Und das würde ich gerne drucken.
Kann mir einer helfen?
1 Antwort
-
So
{d.Kundenname}
doesn't show anything? Can you remove the table and just have this line in the template? Does it "print" the name?
The umlaut in Tätigkeitsprotokoll is probably what is breaking in the table. Carbone does not like anything "extra" in their tags.
Instead of renaming the field, you can use the Custom JSON feature of dynamic printing.
First you can create a formula field that you can practice creating the JSON. So for your example you can do something like;
{ kundenname: Kundenname, Tatigkeitsprotokoll: Tätigkeitsprotokoll.{ datum: Datum, tatigkeit: Tätigkeit } }
If that works properly then you can copy that into the Custom JSON section of the dynamic print layout.
Then update the template to look for the JSON key names.
Content aside
- vor 4 TagenZuletzt aktiv
- 1Antworten
- 28Ansichten
-
2
Folge bereits