Hi guys,
I'm a drupal noob and have been stumped for a while now...
I have a use case where entity A has an entity reference to Entity B. I have created a view of Entity A. I would like to include a link field in the that links to another custom view where I pass the id of the Entity B entity reference, not the title, in the url. I've been trying to achieve this by creating a realtionship to the Entity B but the replacement token [entity_b_id] always returns the title, while I require the id. :(

How can I achieve this? Or perhaps I'm approcahing the problem all wrong? Any advice greatfully accepted.

Kind regards,
Dave