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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

TsplitRow

Hi Team

 

Generally in tsplitrow component to display records between 1 to 5 we write the string as "1..5"

can we use context variables for the same if so how?

i am trying to pass as follows

context.prev_count+".."+context.rowcount

but it is throwing me the error

Please correct me

 

Thanks in advance.

Deepthi

Labels (2)
3 Replies
Anonymous
Not applicable
Author

What error you are getting?
Anonymous
Not applicable
Author

Hi

 

I have attached the error

 

Please Check

Thanks


tsplitrow.PNG
Anonymous
Not applicable
Author

Change the datatype of context.prev_count & context.rowcount to String in Context view.

Also it seems ,you are trying to split context.rowcount. Use context.rowcount.split(",")[0] where 0 is position of spiltted string.