Comments
-
Well, I appreciate the assistance regardless, thank you - I will keep digging.
-
Bummer, I deleted and repopulated as suggested - it still isn't pulling in that that stat:
-
Thanks mesverrum, should I just delete them and then reassign the template to a node, or test it after deleting so that they repopulate?
-
I should just post the entire thing to give you more insight. Thanks for helping me with this. I think it may have to do with me writing the SQL results out to a file before processing it. But this is the entirety of the script. Also I am executing the script locally. #Setting Variables $SQLServer = "server" $SQLDBName =…
-
$importedTxt = Get-Content -Path "C:\Code\Sql_Results.txt"#Read output file and do some processingforEach ($message in $importedTxt) { If ($message -Match "X1" -or $message -Match "X2") { $ErrorLines += $message $ErrorCount++ } ElseIf ($message -Match "Y1" -or $message -Match "Y2") { $SuccessLines += $message…
-
Do you have any examples of how to add the 10 numbers and descriptions to a PS script?
-
Hi Adam, Thank you for showing me a workaround! I will try implementing this method next week! Edit: I had some time to look into this, I guess I am not very familiar with how you set up your custom HTML widget. Would you be able to tell me what you're referencing in your 'link' element and 'img' element? I looked through…
-
Hey mmorrison - was wondering if you ever got around to creating a full breakdown for this? Thanks!
-
I don't think it's possible from everything I've tried - I ended up creating a custom table including what I needed and then it was possible to include the html table.