Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Calculated dimensions in script not loading in table box

Hi all,

I'm currently working on a piece and it requires a  few calculated dimensions.

I've added them into my script

LOAD

     Field1

     Field2

     Field3

     Field4

     Field5

     //calculations

     [Field1]/[field2] as [Calculated1],

     [Field3]/[Field1] as [Calculated2],

     ([Field4]+[Field5])/[Field2] as [Calculated3]

FROM

aaa.xls

The issue I'm having is if I display them in my table box, the table becomes greyed out and has a big X in the middle. All other data is fine. I can do this in a straight table but I'm displaying a lot of dimensions so it doesn't look nice without the horizontal scrollbar.

Any suggestions on this?

2 Replies
Michiel_QV_Fan
Specialist
Specialist

You are adding to much data to the table box and it cannot display.

Try making selections first to limit the results in your table box.

What about a pivot table instead of a scrolling straight table?

Anonymous
Not applicable
Author

Hello,

Can you send the sample app?

BR

Serhan