Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 175888

RE: Parameter not working in SSRS Report

$
0
0

Hi DEEPAKNONU,

You may need to use an expression for this to check if the parameter is set or not.

Could look something like this: =iif(isnothing(Parameters!SalesManID.Value), SalesManID(Field name ), Parameters!SalesManID.Value)

Hope this helps.

/Dan


Viewing all articles
Browse latest Browse all 175888

Trending Articles