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

Problem with URL in straight table

hello 

 

I have a problem with straight table i have a table with only 6500 lignes nearly.

all is good untel i add to have URL link in the table and then i have an erreur message insufficent calculate memory.

i don't know why i think that it's a bug.

thank you

best regards  

Labels (1)
2 Replies
Or
MVP
MVP

I just created a table with 6500 autogenerated lines and a URL link with no issues whatsoever, so there doesn't seem to be any inherent issue. I'd suggest checking that your data structure correctly supports the column/URL you're trying to use, as the error you are describing would often suggest an attempt to use fields from tables that aren't joined or similar issues.

Load 'A' as Dim1, RecNo() as Dim2, Rand() as Measure1, 'http://www.google.com/?' & RecNo() as URL
Autogenerate(6500);

 

Or_0-1658843958265.png

 

stascher
Partner - Creator II
Partner - Creator II

Same issue here but in my case it's caused by using an expression to generate the URL. If I hard-code the URL it works fine. Unfortunately, hard-coding the URL is not acceptable as we need to dynamically change the URL based on certain conditions.