Jan 5, 2012 #1 jonav Programmer Nov 14, 2011 69 US Hi, I have a Crosstab with Fiscal year as column , Bex structure as row and Amount as Summary. I'm trying to do a cumulative calculation for specific rows in a crosstab. Pls guide. Thanks JN
Hi, I have a Crosstab with Fiscal year as column , Bex structure as row and Amount as Summary. I'm trying to do a cumulative calculation for specific rows in a crosstab. Pls guide. Thanks JN
Jan 10, 2012 #41 lbass Technical User Feb 9, 2002 32,816 US I don't know what you mean. -LB Upvote 0 Downvote
Jan 10, 2012 Thread starter #42 jonav Programmer Nov 14, 2011 69 US other than cumulative values it is still showing 0's. this is no a priority anyway. Your solution worked like magic.. that's all i Meant. Thanks, JN Upvote 0 Downvote
other than cumulative values it is still showing 0's. this is no a priority anyway. Your solution worked like magic.. that's all i Meant. Thanks, JN
Jan 10, 2012 1 #43 lbass Technical User Feb 9, 2002 32,816 US Try changing it to: if round(currentfieldvalue,0)=0 then -LB Upvote 0 Downvote
Jan 10, 2012 Thread starter #44 jonav Programmer Nov 14, 2011 69 US OK ,, will do it. Thanks, JN Upvote 0 Downvote