Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Bom Dia Pessoal tudo bom ?
Hoje eu venho uma duvida mais legal, negócio e o seguinte, eu tenho um campo com itens ele possui por exemplo: regua, caneta, lapis, caderno ( inicialmente) e eu preciso desenvolver uma calculadora que : o usuário irá digitar a qtd do item + valor de custo e gerar o valor total do item como exemplo abaixo:
Item ------- Qtd ------- valor ---- total
Caneta --- 10 ------ 0,20 = 2,00
Regua --- 15 ------ 0,30 = 4,50
Caderno --- 10 ------ 1,20 = 10,20
Lapis --- 10 ------ 0,10 = 1,00
Como fazer isso no Qlikview? para item que possui ?
Maybe this will help (Please find attached)
Best,
Sunny
This is like is need but i have more itens...use inputfield and load but my dimension of itens, its going work?
Like:
inputfield qtd;
inputfield price;
input.Item:
Load
Base.item,
0 as qtd
0 as price
resident Base.Item
?
I think it should work like the way you have put down there. Let me know if it doesn't.
Best,
Sunny
In My case is not work =(
I create a new dimension for this and the field not came like a inputfield
Can you post your exact script here?
Best,
Sunny
Sure
I seding d Excel whith my itens and qvw + script
Isn't this working?
That Way work because your Inline is loading, remove your inline and see what happend
My inline script is commented out.