Results 1 to 3 of 3

Thread: hide a section

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2009
    Posts
    1,463

    Default hide a section

    Hi,

    I would like to hide a section.
    I like hide it if a parameter nSumme1 (number 8,2) has the value 0,00.

    1. return({?nSumme1}=0) --->doesn`t work

    2. return ({?nSumme1}=0.00) --->doesn`t work

    3. return(({?nSumme1}>-0.00001) and ({?nSumme1}<0.00001)) --->doesn`t work

    I found a way:
    dim iWert
    let iwert=0
    let iwert={?nSumme1} +0
    return (iWert = 0)

    What's wrong with the first three ways.
    Last edited by Ditte; 15-Oct-2024 at 06:24 AM.
    Regards,
    Dittmar Stiebitz

Posting Permissions

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