Forum Discussion

dogburalHK82's avatar
dogburalHK82
Helper III
2 years ago
Solved

Filter tables in report builder

Hi,    I have a table listing a few columns.  If I want to list only PO numbers with condition of "Late" and "Early", what express I need to use?     PO Number Delivery date Condition P...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi dogburalHK82 ,

    You can convert it in expression:

    expression = format(Fields!Condition_switch.Value , "string")

    Best Regards,

    Xianda Tang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.