Magento 2 how to match one item from one collection to another item in another collection if both are same then add to an array Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How to intersect 2 collections in MagentoFilter collection on same attribute with different valuesMagento 2 Images from one .phtml to another .phtmlhow to get attribute all dropdown values selected by the product in magento 2?Magento 2 : How to generate a collection from data modelsOverride the same file from two modules so that both of the edits are shown?How to get a Array Response from collection with getfieldsetHow one user can access two different websites with automatic login to both different instance Magento 2?How to get Label and Value both from system.xml. Magento 2?Magento 2 - How get extension attributes from product collection
When speaking, how do you change your mind mid-sentence?
How to mute a string and play another at the same time
Can the van der Waals coefficients be negative in the van der Waals equation for real gases?
Recursive calls to a function - why is the address of the parameter passed to it lowering with each call?
How to keep bees out of canned beverages?
Are Flameskulls resistant to magical piercing damage?
Is Bran literally the world's memory?
How to create a command for the "strange m" symbol in latex?
What documents does someone with a long-term visa need to travel to another Schengen country?
Why are two-digit numbers in Jonathan Swift's "Gulliver's Travels" (1726) written in "German style"?
How to get a single big right brace?
Why isn't everyone flabbergasted about Bran's "gift"?
false 'Security alert' from Google - every login generates mails from 'no-reply@accounts.google.com'
Can a Wizard take the Magic Initiate feat and select spells from the Wizard list?
How to charge percentage of transaction cost?
tabularx column has extra padding at right?
Can 'non' with gerundive mean both lack of obligation and negative obligation?
Unix AIX passing variable and arguments to expect and spawn
Can gravitational waves pass through a black hole?
Is there a verb for listening stealthily?
Lights are flickering on and off after accidentally bumping into light switch
Is "ein Herz wie das meine" an antiquated or colloquial use of the possesive pronoun?
Why not use the yoke to control yaw, as well as pitch and roll?
Why doesn't the university give past final exams' answers?
Magento 2 how to match one item from one collection to another item in another collection if both are same then add to an array
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?How to intersect 2 collections in MagentoFilter collection on same attribute with different valuesMagento 2 Images from one .phtml to another .phtmlhow to get attribute all dropdown values selected by the product in magento 2?Magento 2 : How to generate a collection from data modelsOverride the same file from two modules so that both of the edits are shown?How to get a Array Response from collection with getfieldsetHow one user can access two different websites with automatic login to both different instance Magento 2?How to get Label and Value both from system.xml. Magento 2?Magento 2 - How get extension attributes from product collection
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm trying to compare two values from collection to another two values from another collection if they both are same then add that row to a array. How to achieve it. Can I get help?
Thank you in advance.
magento2 collection array
add a comment |
I'm trying to compare two values from collection to another two values from another collection if they both are same then add that row to a array. How to achieve it. Can I get help?
Thank you in advance.
magento2 collection array
could you add which 2 collection and field you are using ?
– Pawan
yesterday
add a comment |
I'm trying to compare two values from collection to another two values from another collection if they both are same then add that row to a array. How to achieve it. Can I get help?
Thank you in advance.
magento2 collection array
I'm trying to compare two values from collection to another two values from another collection if they both are same then add that row to a array. How to achieve it. Can I get help?
Thank you in advance.
magento2 collection array
magento2 collection array
edited 2 days ago
Sudhanshu Bajaj
232
232
asked 2 days ago
Praveen NegimaniPraveen Negimani
408
408
could you add which 2 collection and field you are using ?
– Pawan
yesterday
add a comment |
could you add which 2 collection and field you are using ?
– Pawan
yesterday
could you add which 2 collection and field you are using ?
– Pawan
yesterday
could you add which 2 collection and field you are using ?
– Pawan
yesterday
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f270829%2fmagento-2-how-to-match-one-item-from-one-collection-to-another-item-in-another-c%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f270829%2fmagento-2-how-to-match-one-item-from-one-collection-to-another-item-in-another-c%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
could you add which 2 collection and field you are using ?
– Pawan
yesterday