Hi all,
i have t-sql-queries for ms dyn. crm which return no resultsets.
if so, i want to write in report f.e. "No"
i tested many things like "isnothing", "coutrows", etc but i alway get no result.
i think to make it directly in the query, with if exists ... and in the else part i make a
select "no" as result
.. then in report i look if i have a result / row col "result" with "no" ...
but that will not work.
i hope i explained that correct and someone can help me.
THX, Greets Pit