Announcement

Migration of this forum

Dear users of this forum,

we are pleased to inform you that we will be updating the software behind this forum in the near future.

Existing posts, users and categories will remain untouched.

Important:

  • Each user will need to reset their password.
  • Please select "I forgot my password".
  • Enter the email address you used to register in this forum.
  • You will receive an email with a link to set a new password.
  • Please choose a new (secure) password and confirm the process.

We will keep you informed in the pinned thread.

Kind regards,
Your ReportServer Team


Migration des Forums

Liebe Nutzer dieses Forums,

wir freuen uns, euch mitteilen zu können, dass wir in naher Zukunft die Software hinter diesem Forum aktualisieren werden.

Existierende Beiträge, Nutzer und Kategorien bleiben weiterhin bestehen!

Wichtig:

  • Jeder Nutzer muss sein Passwort neu vergeben.
  • Wählt dazu einfach "Ich habe mein Passwort vergessen".
  • Gebt die E-Mail-Adresse ein, mit der ihr registriert seid.
  • Ihr erhaltet eine E-Mail mit einem Link zur Passwortvergabe.
  • Bitte wählt ein neues (sicheres) Passwort und bestätigt den Vorgang.

Wir halten euch im angepinnten Beitrag auf dem Laufenden!

Mit vielen Grüßen
Euer ReportServer Team

#1 2020-05-05 21:39:57

aditi.raiter
Member
Registered: 2018-05-01

Metadata in a DL

Hi Eduardo

Is it necessary for a report (DL) to be of the below form to add metadata

Select * from my_table

I have a report of the form

Select * from
( Select OD.column1,
OF.column2
From OD
JOIN OF on ...
)

When I use metadata in the below form, applying metadata on the report does not update although it says report updated.

COLUMN_NAME; DEFAULT_ALIAS; DESCRIPTION
OD.column1; Extraction Time; When the data was extracted

When I refresh the report after applying, the above column_name information is deleted.
No wonder, the report ends up throwing at me a Null Pointer exception on running, as there is no data information

The metadata data source is of the form -
Quotes "
Separator ;
and Argument connector.

How do I let the below information stick to the data textbox when applied?
COLUMN_NAME; DEFAULT_ALIAS; DESCRIPTION
OD.column1; Extraction Time; When the data was extracted

Last edited by aditi.raiter (2020-05-05 22:35:27)

Offline

#2 2020-05-05 22:21:42

aditi.raiter
Member
Registered: 2018-05-01

Re: Metadata in a DL

It works the other way using a Datasource -  https://reportserver.net/en/guides/admi … amic-List/

The intent was to see if the columns can be cached. So that select columns screen does not take minutes to load for my sql.

With the metadata data source approach, it does take a while to populate the select columns screen.

Last edited by aditi.raiter (2020-05-05 22:30:19)

Offline

#3 2020-05-07 02:35:13

aditi.raiter
Member
Registered: 2018-05-01

Re: Metadata in a DL

Variants seem the only option to cache select parameters

Offline

#4 2020-05-07 06:20:14

IF_Eduardo
Administrator
Registered: 2016-11-01
Website

Re: Metadata in a DL

Hi aditi.raiter,

I don't quite understand the problem.

Can you please some screenshots e.g. by http://imgbb.com ?

Regards,
Eduardo

Offline

Board footer

Powered by FluxBB