Viewing 12 posts - 1 through 12 (of 12 total)
All working, my event handler hadn't saved or rather i hadn't saved it. All working fine now
Again thanks for the reply
June 3, 2024 at 9:15 am
Hi Phil
Thanks for getting back on this.
Simplified version for testing in the screenshot, so basically the small scheme needs to always execute to completion and then the large scheme will...
June 3, 2024 at 8:43 am
Phil
quick update, was decided this was no longer required so it appears i swerved one here!
Thanks for your help on this though, much appreciated
June 20, 2023 at 2:54 pm
cheers Phil , i'll give that a try
June 13, 2023 at 3:44 pm
Hi Phil
added in "Start-Sleep -Seconds 60" for a minutes pause but the window still just flicks open and closes as before, there appears to be some text in the window...
June 12, 2023 at 10:21 am
Hi Phil,
Opens a new blank window and then closes that and thats pretty much it, no errors or feedback at all
cheers
June 9, 2023 at 11:05 am
Hi Phil
It is valid JSON but there's valid JSON and then there's JSON that makes sense, not sure why you would have unnamed arrays for something like this but i...
May 11, 2022 at 5:19 pm
JSON is being passed to us and the team that produce it have refused to fix as they claim its valid JSON so that's a no no
May 10, 2022 at 11:22 am
Steve that works perfectly, you've saved me from losing even more hair!
Thanks for your help on this
March 29, 2022 at 10:00 am
Sure, its the final cross apply which is the issue. Have also attached section of the file which hopefully highlights what my issue is
Thanks for looking into it
SELECT
parentDataId
,dataId
,isRated
,id
,label
,value
,previousDataId
FROM OPENJSON(@JSON)
WITH
(
policyStatus NVARCHAR(25)...
March 28, 2022 at 4:12 pm
Viewing 12 posts - 1 through 12 (of 12 total)