Topic: crystal report formula Posted: 24 Sep 2014 at 8:21pm
i want to display one detail column in the report footer, for that i wrote formula which return just 'false' only... is it possible to have detail column in the report footer. I mean, i have to display set of rows in the report footer.
My formula:
stringvar text := "";
IF {Sp_Get_DailyReport;1.Job_Status} = "Workshop"
THEN text = {Sp_Get_DailyReport;1.Department_Name}
& tried this also
stringvar text := "";
IF {Sp_Get_DailyReport;1.Job_Status} = "Workshop"
THEN SELECT {Sp_Get_DailyReport;1.Department_Name}
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum