Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi my chart title is not picking as per the selection in the list box
below is the expression i used
=if(GetFieldSelections(dept),'Total Incoming amount For ' & dept, 'Total Incoming amount' )
if(GetFieldSelections(ID)>0,Concat(ID)&Chr(13))