function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Nordine BensadiaNordine Bensadia 

SAQL selection binding

Hi,

I am trying to use selection binding in a SAQL Query but I always get this error : Binding has not been parsed or has validation errors

I want my SAQL step to be filtered by another step (based on another dataset).

Here is what I tried (I tried a lot of other things as well!) :

q = filter q by 'ParentId.Case_Language__c' in {{ column(Case_Language__c_1.selection, [\"Case_Language__c\"]).asObject()}};

I want the "ParentId.Case_Language__c" field in  my SAQL query to be filtered by the selction made on the "Case_Language__c" field from the "Case_Language__c_1" step.

Can anyone help?

Thanks :)

Nordine.