You are not logged in.
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:
We will keep you informed in the pinned thread.
Kind regards,
Your ReportServer Team
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:
Wir halten euch im angepinnten Beitrag auf dem Laufenden!
Mit vielen Grüßen
Euer ReportServer Team
Pages: 1
Hi
I am trying to create a computed column like this
EXTRACT(EPOCH FROM (response_timestamp - timestamp))
but I get the following error message:
Could not tokenize: EXTRACT(EPOCH FROM (response_timestamp - timestamp)). Problem occured at EXTRACT(EPOCH FROM (response_timestamp - timestamp))
I tried to find the file computedcolumn.cf but I dont have it anywhere.
However I noticed a couple of tables in reportserver database
rs_computed_column
rs_computed_column_a
Do I need to insert the functions here ? should the function name be in expression column?
Thanks in advance
Offline
Hi,
the computedcolumn.cf is in the internal filesystem (Administration module) under /etc/dynamiclists.cf. Remember to reload the configuration after changing by using config reload on the terminal.
Cheers,
Thomas
ps. do not try to make any changes on the database level. This will most probably cripple your installation.
Offline
Thanks Thomas,
for some reason I thought that was a file in my disk filesystem.
i just cant figure out how to execute config reload...
is it a bash script somewhere?
Offline
in ReportServer you can open a terminal by pressing CTRL+ALT+T. There issue the command.
Cheers,
Thomas
Offline
Pages: 1