Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Report Configuration - Fields on the top

Hi everyone,

I´d like to know how can a put a Field at the head of my report.

When I try to configure my report I just can put information like &[Date] , &[Time] or &[Page], but how can I put at the head (not in the body) some Field information?

I´ve tried to put something like &[MyField] but it doesnt show the content of this Field.

Thanks a lot

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

you can use a field in the head with the syntax:

=[Field]

or a variable

=$(variable)

I don't know the behaviour if the field contains multiple values, but it works if only one is in the selection list 😉

HTH

View solution in original post

2 Replies
Not applicable
Author

Hi,

you can use a field in the head with the syntax:

=[Field]

or a variable

=$(variable)

I don't know the behaviour if the field contains multiple values, but it works if only one is in the selection list 😉

HTH

Not applicable
Author

Thanks a lot