Zum Hauptinhalt springen

Zucchetti.Contents

Syntax

Zucchetti.Contents(
Url as text,
Environment as text
) as table

Remarks

Gibt den veröffentlichten Inhalt VisualQuery (vqr), Berichte oder Funktionen der HR-Software von Zucchetti zurück

Examples

Example #1

Anforderung der Mitarbeiterliste

    Zucchetti.Contents("https://myurl/HRPortal/", "001"),
ERM = Origine{[idproced="ERM"]}[Data],
ERM_query_pbi_employee = ERM{[id="ERM_query_pbi_employee"]}[Data]

Result:

    Table containing employee list