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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
mr_ramshini
Contributor III
Contributor III

Help2

I have a lot of data and I would like an Excel file with data that is in cell 24 in the text box to show

and I attached a file

I want show value on row 24 and column d

please guide me

1 Solution

Accepted Solutions
marjan_it
Creator III
Creator III

you can use it in the text object ,

=sum(if(نام='a23',[شماره پرسنلي]))

View solution in original post

3 Replies
tamilarasu
Champion
Champion

Try this script.

Data:
LOAD D
FROM
s1.xlsx
(ooxml, No labels, table is Sheet2)
Where  RecNo() = 24;

Let vValue = Peek('D');

DROP Table Data;


Create a textbox in front end and type the variable name like =vValue .

arulsettu
Master III
Master III

you want to load only 25 rows from the excel?

marjan_it
Creator III
Creator III

you can use it in the text object ,

=sum(if(نام='a23',[شماره پرسنلي]))