Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

report:  IF([date1]=1; "Jan" ;
            IF ([date1]=2; "Feb" ;
            IF ([date1]=3; "Mar" ;
            IF ([date1]=4; "Apr" ;
            IF ([date1]=5; "May" ;
            IF ([date1]=6; "Jun" ;
            IF ([date1]=7; "Jul" ;
            IF ([date1]=8; "Aug" ;
            IF ([date1]=9; "Sep" ;
            IF ([date1]=10; "Oct" ;
            IF ([date1]=11; "Nov" ;
            "Dec" ; ) ) ) ) ) ) ) ) ) ) )

  • No labels