Answered by:
generate list of Position wise student name

Question
-
User-1605388153 posted
hi dear i am creating a list that generate a top 10 student name, i am create code Like this:
local stringvar message:={LIST_DPT_Exam_Marks_Sem_1;1.St_ID};
(
if({LIST_DPT_Exam_Marks_Sem_1;1.GPA}<3.00) Then
{LIST_DPT_Exam_Marks_Sem_1;1.St_ID}
);but it generate list but it create gap between list
please tell me how to generate it
Thanks
Samiullah
Monday, August 19, 2013 5:06 AM
Answers
-
User-578610739 posted
Hi
From image, is not show - what the third column? . please check that in your db field , then trim like Trim(str) . Now image show that there is only adjustment required of field.
you just moving slowly right and check in preview. It will definately solved out.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, August 22, 2013 1:36 AM
All replies
-
User-578610739 posted
Hi Dear,
It's good , if you show your result image. No issue, please remove extra space or enter(carriage-return ) in variable etc.
Before doing below setting , please set your grid-size to miminum , so your variable comes near .check this link and set as per
http://www.infosol.com/crystal-reports-changing-grid-size/
then, set group size by picking group footer and just up-down till the detail variable touch, means no extra space between variable you put and group footer or report footer.
Monday, August 19, 2013 7:25 AM -
User-1605388153 posted
Thank sir reply me,
sir basically i want list of top ten position holder, result is appear but it is not in correct number wise. it show dis arranging order;
this is code correct it
local stringvar message:="sorry";
(
if({LIST_DPT_Exam_Marks_Sem_1;1.Total}<600) then
{LIST_DPT_Exam_Marks_Sem_1;1.Total});
so please guide me
Samiullah
Tuesday, August 20, 2013 2:15 AM -
User-578610739 posted
Hi
From image, is not show - what the third column? . please check that in your db field , then trim like Trim(str) . Now image show that there is only adjustment required of field.
you just moving slowly right and check in preview. It will definately solved out.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, August 22, 2013 1:36 AM