How do I use "Inception Date" and "Expiry Date" in a report formula

Comments

4 comments

  • Avatar
    Colin Kippin

    Hi Mark,

     

    At present Inception and Expiry Dates are not available in functions within Reports.

    They can be selected as normal columns though.

     

    Colin

    0
    Comment actions Permalink
  • Avatar
    Mark Williams

    Thanks Colin, should I raise this as a feature request or is it being looked at already?

    Cheers.

    Mark

    0
    Comment actions Permalink
  • Avatar
    Colin Kippin

    Hi Mark,

    We are always keen to capture these suggestions - I think these could be useful in reports so please put on as a Feature Request for other sites to look at and vote.

    Colin

    0
    Comment actions Permalink
  • Avatar
    Adam Bishop

    Hi Mark,

    This is due to change in the next major release of SchemeServe, development has started.  In addition to the current functions:

    • Row.GetValue and Row.GetString (both return string)
    • Row.GetDecimal and Row.GetNumber (both return decimal)

    ...there is a new one on the way:

    • Row.GetDate

    You will be able to use this as follows:

    IF(Row.GetDate("Inception") < NOW, "In the past", "Future date")

    ....where "Inception" is the name of another column.

    Best wishes,

     

    Adam

    0
    Comment actions Permalink

Please sign in to leave a comment.