Report is empty after creation.

Hello,
I have a simple question. I am currently learning the functionality of SAIL, and I am trying to create a tempo report (example) that will show me 2 text fields, so I defined the name of the tempo report, the administrator group (where I am member of) and the SAIL dashboard which looks like this (it is an already defined example):
=a!dashboardLayout(
firstColumnContents: {
a!textField(
label: "Customer",
value: "Andrew Nelson",
readOnly: true
),
a!textField(
label: "Summary",
value: "Error Message when Submitting Time Report",
readOnly: true
)
}
)
Afterwards, I saved the tempo report, but when I go in the tempo, I see that the report is created, but it's empty. Do you have any idea what am I doing wrong?
Thank you in advance......

OriginalPostID-99825

OriginalPostID-99825

  Discussion posts and replies are publicly visible