Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

scenario related to finance??

hi to all

this is siva

if i have data like this

account no     closing balance

1                     50000

2                     45000

3                     25000

4                     51000

5                     60000

6                     80000

if i  input   account no's 2,5.6 ,the text box has to show closing balance of those selected account no's

this task has to achieved by using input box.

without using any sheet object  other than input box and text box

thanks in advance

1 Solution

Accepted Solutions
sushil353
Master II
Master II

Hi,

Store the values of input box in a variable say vAccount.

and the in text box:   sum({<accountno = {'$(vAccount)'}>}closingbalance)

HTH

View solution in original post

1 Reply
sushil353
Master II
Master II

Hi,

Store the values of input box in a variable say vAccount.

and the in text box:   sum({<accountno = {'$(vAccount)'}>}closingbalance)

HTH