Jump to content
We've recently updated our Privacy Statement, available here ×

Field from another field


Munchausen

Recommended Posts

I have two tables consumos, con_dep.

In the table con_dep I have one field name tag_con that it is string.

With this field I wan`t to select 3 fields double in the table consumos, how name is "tag_con", "tag_con" + L and "tag_con" + T.

How I can define the variable expression?:

$F{$F{tag_con}}

$F{$F{tag_con} + L}

$F{$F{tag_con} + T}

 

I need how defined the expression of the variable with it is a field that his name depends of another field

Link to comment
Share on other sites

  • Replies 8
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

In your main report, select the field you would like to create a hyperlink on - select properties, hyperlink tab- properties -

Hyperlink target - Self(opens in same window),

hyperlink type - Reference

 

basic syntax

--

"path to the other report" + "?reportName=your_other_report&KEY=" + $F{KEY}

--

you can pass as many fields as you want to other report.

 

hope this helps.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...