manishsawant
MIS
Hi,
I have written a formula for displaying a value after comparing the next value. The formula is :
if {StandardAlignmentMCS.CoreObjId} = next({StandardAlignmentMCS.CoreObjId}) and isnull({StandardAlignmentMCS.MCSLocation}) then
(
""
)
else
(
{StandardAlignmentMCS_ttx.CoreObjId};
);
All the values are getting displayed properly but i am getting a blank last value. I dont know how to compare in case of last record.
I would appreciate if anyone can give some solution.
Thanks,
Manish
I have written a formula for displaying a value after comparing the next value. The formula is :
if {StandardAlignmentMCS.CoreObjId} = next({StandardAlignmentMCS.CoreObjId}) and isnull({StandardAlignmentMCS.MCSLocation}) then
(
""
)
else
(
{StandardAlignmentMCS_ttx.CoreObjId};
);
All the values are getting displayed properly but i am getting a blank last value. I dont know how to compare in case of last record.
I would appreciate if anyone can give some solution.
Thanks,
Manish