Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have variable called $vYearTotal. and I need to use in set expression to fetch for previous year.
=sum( {1<Year = {2015}>} $(vYearTotal) ).
I am trying to create new column using the above set expression.Not working for me.
Yeah ..My requirement is like Second Column which is (Year=2015). But I need to Use the variable as field value for expression.irrespective of selection it should display the vYearTotal value for year 2015
=Sum( {1 <Year={2015}>} $(vYearTotal) )
I am not sure what you mean my friend... can you please explain clearly