How are FORMAT column options used with the SCREENER function ?

Forums ProRealTime English forum ProScreener support How are FORMAT column options used with the SCREENER function ?

  • This topic has 6 replies, 4 voices, and was last updated 2 years ago by avatarbobt.
Viewing 7 posts - 1 through 7 (of 7 total)
  • #181729

    Hi,

    I’m doing some work with a screener where I’d ideally like to output text instead of simply returning a number ( from documentation I believe only numbers can be displayed in columns returned by screeners).

    However, looking at the function list, when looking up “SCREENER”, I also see DATEFORMAT, NUMBERFORMAT, PERCENTFORMAT and STRINGFORMAT options that can be used for displaying column results.

     

    I can’t find these options documented  – are they new ? How are they used ? and do they hint at move to being able to display text in columns returned by SCREENER ?

    Grateful for any info you can provide ……

    #182150

    I never heard about those keywords, they must be something in the pipeline that might be added in a future version.

    #182188

    Roberto,

     

    Many thanks for the reply.

    OK, I’ll just have to keep an eye on new releases then – returning text would be amazingly useful for screeners ……

     

    Regards,

    Bob

    #182922

    I also have the same need as Bob and saw the keyword (future). See attached file.
    Before this is implemented, is there a way to solve this by code?

    -Erik

    #182950

    No, a specific instruction is needed.

     

    #182956

    Hey guys, here is how it works with this new way of displaying numbers in the sorting criteria column:

    SCREENER(DATE as “DATE” DATEFORMAT) => 10 mai 2021
    SCREENER(DATE as “DATE” STRINGFORMAT) => 20210510
    SCREENER(DATE as “DATE” NUMBERFORMAT) => 20,2M
    SCREENER(DATE as “DATE” PERCENTFORMAT) => 2021051000%

    1 user thanked author for this post.
    #182998

    Many thanks Nicolas, that helps clarify things – I’ll give that a try.

Viewing 7 posts - 1 through 7 (of 7 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login