DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: insert zeros(0) in maxtrix report

  1. #1
    Join Date
    May 2006
    Posts
    3

    insert zeros(0) in maxtrix report

    Dear All,


    how can i insert zeros(0) in palce of null in a column
    of a matrix report .


    Arshad Jamil

  2. #2
    Join Date
    Jul 2002
    Location
    Lake Worth, FL
    Posts
    1,492

    Cool


    You could use the NVL() function.
    "The person who says it cannot be done should not interrupt the person doing it." --Chinese Proverb

  3. #3
    Join Date
    May 2006
    Posts
    3
    Dear LKBrwn,

    I have take these steps
    Frist i set property to 0 if values is null of fields.
    Second I take placeholder and move field in this placeholder as
    placeholder_xyz := nvl(my_field_name,0)
    even i set placeholder property to 0 if values is null.

    but i did not get my desire result .


    Arshad Jameel
    Pakistan

  4. #4
    Join Date
    Jul 2002
    Location
    Lake Worth, FL
    Posts
    1,492

    Cool


    Try to find a 'format mask' property and set to something similar to 999,990
    (Notice the trailing ZERO.)
    "The person who says it cannot be done should not interrupt the person doing it." --Chinese Proverb

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width