I created a report and I want it to be called from the form of the entity, say, Campaign. I want to get the ID of the entity as a parameter and tried to use the recommended construct: "SELECT CRMAF_FilteredCampaign.campaignId as CampaignId
FROM FilteredCampaign as CRMAF_FilteredCampaign". But when I run a report on the current Campaign entity, the query returns me a full list of campaign IDs, not just the current record.
*This post is locked for comments