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: 
sonkumamon
Creator
Creator

Allow changes only in part of the rows in an input field

Hi everyone.

I need to allow changes in only parts of the rows in an input field.

For example, Actual is the input field, and I want to allow the user to change only the cells in yellow

(Since dimension 4 and 7 are the sum of their previous 2 rows):

DimensionActualTarget
13640
21815
3769,5401,000,000
45445
554
623
777

Is there any  way to do so?

Thanks in advance.

Uri

1 Reply
Anil_Babu_Samineni

May be this?

If(Match(Dimension, 1,2,5,6), [Target Expression], [Target Expression])

OR

Sum(Aggr(If(Match(Dimension, 1,2,5,6), [Target Expression], [Target Expression]), Dimension))

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful