Hello,
Currently I am using the following code to identity worflows that have been initilated based on workflow id 692060:
Select map_mapid from wmap where map_mapobjid=692060
This works fine.
What I would like to do is amend this code to pick up worflows initiated for multiple workflow ID's, I have tried the following:
Select map_mapid from wmap where map_mapobjid=692060 AND map_mapobjid=692054
This returns no results at all, can somebody help me solve my problem here please?
Many thanks
Paul