<div dir="ltr"><div><div>Is there a way to get the current item value that is being modified by expressions.<br></div>I would like to reformat my print composer atlas for two sided printing referencing to @value variable without success:<br><br>CASE <br>WHEN  floor(  @atlas_featureid/2 )*2 =  @atlas_featureid  THEN 210 - @value<br>ELSE  @value<br>END<br><br></div>but I get always @value....<br><div><br></div></div>