Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
samuel_brierley
Creator
Creator

quick Syntax chec

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)

1 Solution

Accepted Solutions
samuel_brierley
Creator
Creator
Author

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)

View solution in original post

7 Replies
MK_QSL
MVP
MVP

=count({$< ArbitrationInput.Group.rOOk = {"$(=only{$< [/rec/parameter] = {'rOff'},[/#text] = {'CommonParameters'},[Config] = {Live}>}[/rec/parameter/curval]))"} >} Timestamp)

samuel_brierley
Creator
Creator
Author

Nope unfortunately not working, thanks for trying.

maxgro
MVP
MVP

=count(

  {$<

  ArbitrationInput.Group.rOOk=

  {"$(=only(

  {$<[/rec/parameter]={rOff},[/#text]={CommonParameters},[Config]={Live}>}

  [/rec/parameter/curval]))"}

  >}

  Timestamp)

sasiparupudi1
Master III
Master III

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

MarcoWedel

please post a sample app including some data and the object you're using this expression with.

regards

Marco

qlikviewwizard
Master II
Master II

Hi samuel brierley,

Please provide a sample qvw to demonstrate your issue. Thank you.

samuel_brierley
Creator
Creator
Author

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)