Forum Discussion
BlakeHarrison
5 years agoQrew Captain
I don't know that I understand the difference.
------------------------------
Blake Harrison
bharrison@datablender.io
DataBlender - Quick Base Solution Provider
Atlanta GA
404.800.1702 / http://datablender.io/
------------------------------
------------------------------
Blake Harrison
bharrison@datablender.io
DataBlender - Quick Base Solution Provider
Atlanta GA
404.800.1702 / http://datablender.io/
------------------------------
MichaelTamoush
5 years agoQrew Captain
In Pipelines, when you search a table, the first part of the condition is always a field in the table you are searching. So for in my case, my condition starts with:
[Project Number]....
Then I can choose "Equals", "Is Set", "Contains", etc....afterwards I can drag and drop the field from my trigger table into the condition.
So, in my use case I can say: [Project Number] contains {{a.Project_Numbers_List}}.
However, that isn't correct. I need: [Project Number] is contained in {{a.Project_Numbers_List}}.
------------------------------
Mike Tamoush
------------------------------
- BlakeHarrison5 years agoQrew CaptainIs there a reason you're not wanting to search the other way around? "[Project Number] contains {{a.Project_Numbers_List}}" like you mentioned originally?
------------------------------
Blake Harrison
bharrison@datablender.io
DataBlender - Quick Base Solution Provider
Atlanta GA
404.800.1702 / http://datablender.io/
------------------------------- MichaelTamoush5 years agoQrew CaptainUnless I am misunderstanding something, because it simply wont yield any results.
If my Project Number = ABC, and the Project Number List is ABC;DEF;GHI
then: [ABC] contains [ABC;DEF;GHI]? Will say No.
But [ABC;DEF;GHI] contains [ABC]? That will yield yes.
Correct? The smaller singular item does not contain the large list...
------------------------------
Mike Tamoush
------------------------------- BlakeHarrison5 years agoQrew CaptainSorry - I copied from your original message and didn't even notice the switch around.
Yes, your query should be- contains [Value]
------------------------------
Blake Harrison
bharrison@datablender.io
DataBlender - Quick Base Solution Provider
Atlanta GA
404.800.1702 / http://datablender.io/
------------------------------