Hi,
I want to include the Data Source Name and Company Name in the header of my reports so that it's clear what connection & Company has been used to run the report.
I know there are NL functions to get a list of all the Data Sources and Companies, but is there a function to show the current one?
If so, what is it?
If not, is there any way to get to this data another way?
Cheers
Alex
Date
Votes
3 comments
-
Jet Reports Historic Posts Just bumping this in case anyone can help - still trying to figure out a way to do this…
-
Jet Reports Historic Posts Actually, think I've figured it out.
I put in C3 the following:"Ecore UAT","Ecore BE 2014-03-01","79","1",""For Data Source Name:=MID($C$3,2,FIND("""",$C$3,2)-2)For Company Name:=MID($C$3,FIND(""",""",$C$3)+3,FIND(""",""",$C$3,FIND(""",""",$C$3)+3)-FIND(""",""",$C$3)-3)
It's not particularly neat or well tested, but it seems to work :) -
Jet Reports Historic Posts Can you please elaborate this more. Where you had used selected company name in this?
Please sign in to leave a comment.