I Alexander,
I try to put a variable on CAML filters but i don’t succeed can you help me ?
The goal : force value in filter but i don’t want that filter appears on charts.
When i charged the variable in “filter above the chart” it work fine (but I don’t find how make disappears filter).
So i try with a CAML but i’m stranded.
The variable is charged with Load external JS or CSS
Several CAML I tried (i’m not a IT guy so i search solution on this forum and internet and tried codes but nothing works) (AnActuel is the variable) (I tried to play with “” and ” but with no luck):
1/ <Where><Eq><FieldRef Name=’Ann_x00e9_e_x002e_’></FieldRef><Value Type=’Text’>{var:AnActuel}</Value></Eq></Where>
2/ <Where><Eq><FieldRef Name=’Ann_x00e9_e_x002e_’></FieldRef><Value Type=’Text’>”+AnActuel+”</Value></Eq></Where>
The CAML work fine with value which is not a variable.
Thanks for your help.
Luc