Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

qlikview

Hi All,

This i want to acheive dynamically not in script.

Below is the scenario which i want to achieve. i have two input box in which we can set any value.

value from first input box should be multiplied with date1's percentage and value from input box 2 should be multiplied by date2's percentage.  output should be (percentage*inputbox1 value) for date1 and (percentage*inputbox2 value) for date2

    

dateareapercentageoutputoutput
1a0.2Percentage * value from inputbox1.2 * 4
1b 0.5Percentage * value from inputbox1.5 * 4
1c0.3Percentage * value from inputbox1.3 * 4
2a0.4Percentage * value from inputbox20.4 *6
2b 0.5Percentage * value from inputbox2.5 * 6
2c0.6Percentage * value from inputbox20.6* 6
input box1(for date 1)input box2(for date2)
46
1 Solution

Accepted Solutions
aarkay29
Specialist
Specialist

1 Reply
aarkay29
Specialist
Specialist

PFA