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 2016-10-06 00:42:47

dudley.megaport
Member
Registered: 2016-10-06

Complex data manipulation/querying

Hi guys,

We have a need to report from our prod db, thats all fine.
I produced the reports, now business wants conditional logic, like....if customer 'A' bought but then cancelled but then reordered, mark the new order as a REORDER. From my experience, no reporting/analytics tool does this, we probably need to build that dataset as a view or plsql then report of the resulting data?
Or can tools nowadays help with filtering this type of data via scripts or something?

Offline

#2 2016-10-06 15:51:58

Thomas Davies
datenwerke
Registered: 2016-05-18

Re: Complex data manipulation/querying

Hi Dudley,

this is really difficult to say without additional information. Depending on the choice of reporting engine you can do conditional logic in the report. For example, jasper, BIRT or Crystal reports would support conditional logic to some extend. In Dynamic Lists you can use computed columns for that purpose but the logic that can be implemented there is rather limited. If you have a dedicated data warehouse then such logic might be best placed there as this allows you to then access it from any report and also in ad-hoc queries. So, it really depends on the particular use case where to best place the conditional logic.

Cheers,
Thomas

Offline

#3 2016-10-06 19:24:46

jar
Member
Registered: 2013-08-08

Re: Complex data manipulation/querying

With OpenRefine (http://openrefine.org) it is very easy to make that kind of transformation on a datafile but is has to be repeated with every update...

You could use R (https://www.r-project.org) to do this with relative ease and it is reproducable with daily or weekly updates.

Jeroen

Offline

Board footer

Powered by FluxBB