717
Views
13
Comments
Solved
Pagination and sorting using Advanced SQL in reactive
Question
Application Type
Reactive


Want to implement pagination & sorting , here I have added highlighted query for pagination & sorting but getting error 


2020-11-25 10-45-32
Mostafa Othman
Champion
Solution

For TableSort input parameters, are you changed its property expand inline to yes?

you need to send column name into this parameter which you want to sort by.

2020-08-31 05-04-40
Rahul Jain

Hi ,

I think Please try with NEXT keyword instead of NTEXT.
I hope it will resolve your issue.

Regards

--RJ--

UserImage.jpg
Preeti M

2020-11-25 10-45-32
Mostafa Othman
Champion

As per this error message you are writing incorrect parameter name @qpinStartIndex which not exist into your input parameters

UserImage.jpg
Preeti M

Yes This error meaning is that which you mentioned but I am using 'StartIndex' parameter  

2020-11-25 10-45-32
Mostafa Othman
Champion

Are you passing testing values to your input parameters into test inputs tab?

UserImage.jpg
Preeti M

After adding Test input this error coming ,

2020-11-25 10-45-32
Mostafa Othman
Champion
Solution

For TableSort input parameters, are you changed its property expand inline to yes?

you need to send column name into this parameter which you want to sort by.

UserImage.jpg
Preeti M

Hi @Mostafa Othman 

Yes , Now its working fine 

Thank you so much!

UserImage.jpg
Preeti M
2020-11-25 10-45-32
Mostafa Othman
Champion

Please start debugging and check values you send as input parameters to advanced sql. It seems one of these values is missing or incorrect.

UserImage.jpg
Preeti M

Hi @Fábio Vaz ,

Yes I did same but getting this error

2021-09-06 15-09-53
Dorine Boudry
 
MVP

Hi Preeti,

Service Studio tells you it is an incorrect syntax, just google "sql offset syntax" and you'll find you made 2 typo's in one single line. 

Dorine

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.