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

Division using Inputfield and inputsum

Hi All,

Is it possible to edit the column using an inputfield where a division is made?

for eg,

INPUTFIELD Amt;
 
LOAD * INLINE [
  Code, Amt
  A, 100
  B, 200
  C, 300
  ]
;
 
 
INPUTFIELD amt1;
 
LOAD * INLINE [
  Code, amt1
  A, 400
  B, 500
  C, 600
  ]
;

THen in a straight table, my expression is inputsum(Amt)/Inputsum(amt1)

but i am not able to edit this column.

is there anyother way where i can edit this, or i cannot?

regards

renjit

2 Replies
its_anandrjs

Hi,

Use Table box to change the values in Straight table when you change a value in Table box the value reflects in the straight table.

Regards,

Anand

renjithpl
Specialist
Specialist
Author

I want to edit the expression column, is that possible ?