Answer the question
In order to leave comments, you need to log in
How to filter for getlist between two properties?
There is a getList
//получение элементов
$rs_Elements = CIBlockElement::GetList(array(), array('IBLOCK_ID' => $infoblock_res, "SECTION_ID" => $ar_Resu["RESULT_SEC"][0]["ID"],
"PROPERTY_MAX_PROCENT" => $l, "PROPERTY_MIN_PROCENT" => $l
));
while ($ob = $rs_Elements->GetNextElement() ) {
//Поля
$ar_Elements["RESULT_SEC"][] = $ob->GetFields();
$ar_Props["PROPS"][] = $ob->GetProperties();
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question