Click here to Skip to main content
16,012,223 members

Comments by fiashieen (Top 18 by date)

fiashieen 15-Oct-15 6:42am View    
Tried that one too.But not working.:(
fiashieen 18-Aug-15 7:23am View    
I am getting the table by jquery
Actually this problem is seen on chrome,working in Mozilla.
fiashieen 4-Mar-15 7:32am View    
if suppose i am having the list like:

EmpCata EmpName FineAmt PaidAmt
Cata1 A 10 -
Cata1 A - 10
Cata2 B 50 -
Cata1 A - 25
Cata2 C - 100


how can i group the EmpName,FineAmnt,PaidAmt under the EmpCata .
Is that possible by "SubGroups"??
fiashieen 22-Jan-15 3:35am View    
yup,it works.....thank you so much....:)
fiashieen 21-Jan-15 6:46am View    
is there any way to get the field(FineAmt and PaidAmt)difference and display the result in the corresponding side
like
suppose we considering 'A', then the X=sum(FineAmt)=10 and Y=sum(FineAmt)=35 and the diff(X,Y)=25 and since the Y is greater the O/P for 'A' will be like

EmpName FineAmt PaidAmt
A - 25


is there any way to do that???