Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
can you please just scan your eyes over the below, its not returning a value
=count({$< ArbitrationInput.Group.rOOk = {"$=only{$< [/rec/parameter] = {'rOff'},[/#text] = {'CommonParameters'},[Config] = {Live}>}[/rec/parameter/curval])"} >} Timestamp)
Hi all,
thanks for all your replies and sorry ive not gotten back you sooner, kiddly winks needed picking up from school.
anyway as per fookin usual a good sleep identifies the issue,
i missed a bracket after the only, i didnt see it because i already have a curly bracket there, duh!!!
=count({$< ArbitrationInput.Group.rOOk = {"$=only({$< [/rec/parameter] = {'rOff'},[/#text] = {'CommonParameters'},[Config] = {Live}>}[/rec/parameter/curval])"} >} Timestamp)
=count({$< ArbitrationInput.Group.rOOk = {"$(=only{$< [/rec/parameter] = {'rOff'},[/#text] = {'CommonParameters'},[Config] = {Live}>}[/rec/parameter/curval]))"} >} Timestamp)
Nope unfortunately not working, thanks for trying.
=count(
{$<
ArbitrationInput.Group.rOOk=
{"$(=only(
{$<[/rec/parameter]={rOff},[/#text]={CommonParameters},[Config]={Live}>}
[/rec/parameter/curval]))"}
>}
Timestamp)
put it in a text box and see if returns a value
=only($< [/rec/parameter] = {'rOff'},[/#text] = {'CommonParameters'},[Config] = {'Live'}>}[/rec/parameter/curval])
hth
Sasi
please post a sample app including some data and the object you're using this expression with.
regards
Marco
Hi samuel brierley,
Please provide a sample qvw to demonstrate your issue. Thank you.
Hi all,
thanks for all your replies and sorry ive not gotten back you sooner, kiddly winks needed picking up from school.
anyway as per fookin usual a good sleep identifies the issue,
i missed a bracket after the only, i didnt see it because i already have a curly bracket there, duh!!!
=count({$< ArbitrationInput.Group.rOOk = {"$=only({$< [/rec/parameter] = {'rOff'},[/#text] = {'CommonParameters'},[Config] = {Live}>}[/rec/parameter/curval])"} >} Timestamp)