Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
thanhphongle
Creator II
Creator II

how can i create an inputfield

This is my database

CategoryQuantityExisting Costs
Car220000
Car330000
Ship1100000
Ship2200000

how can i create an inpultfield, where a customer can manually add the quantity , which matchup in the database the quanatity column and assigns the referring existing costs.

Example

A customer is choosing car as category. He knows that the quantity for car is only 2 or 3. Now he inserts "3" as quantity in an inputfield. qlikview should now match the input "3" in the database which is deposited in the column Quantity. so if category is car and the input is 3, compare Inputfield=3 with Quantity. Find Car=Quantity=3  and return 30000 as existing cost.

4 Replies
t_moutault
Contributor III
Contributor III

Hi,

you can use a select list based on the field "Quantity".

thanhphongle
Creator II
Creator II
Author

can u give me an example how i can use the expression?

t_moutault
Contributor III
Contributor III

take a look at this