Discussion Board for collaboration related to QlikView App Development.
Hi All,
Have a nice day.
When i click the NEXT button the EmpId will increment by +1 (302)
When i click the PREVIOUS button the EmpId will decrement by -1 (300)
Is it possible? if yes , Please Gide me.
Yes, Its possible . Try like this add action in both the buttons
Previous:
Add action>Select in Field
Field name : [Emp Id]
Expression: getfieldselection([Emp Id])-1
NEXT:
Add action>Select in Field
Field name : [Emp Id]
Expression: getfieldselection([Emp Id])+1
May be you can derive insights from here:
Yes, Its possible . Try like this add action in both the buttons
Previous:
Add action>Select in Field
Field name : [Emp Id]
Expression: getfieldselection([Emp Id])-1
NEXT:
Add action>Select in Field
Field name : [Emp Id]
Expression: getfieldselection([Emp Id])+1
One click is required for both clicking button or clicking the value directly, any specific reason you need this functionality on a lighter note, may be client is forcing to match new BI application with legacy application.
Try this attachment,
Thank for quick reply.
But i am using desktop version , i have no license
Hi Susovan Ghosh ,
Thank you for reply ,Could you please provide Expressions. i am using desktop version(No license),
Thank you Avinash .
Its working.
Hi Ramu,
Try this following expression
For Next button : =if(Filed='300' or Filed<'350',Filed+1,'300')
For Previous button : set this (Back) trigger