Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Input Field em grafico

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 ?

Labels (4)
1 Solution

Accepted Solutions
sunny_talwar

Maybe this will help (Please find attached)

Best,

Sunny

View solution in original post

13 Replies
sunny_talwar

Maybe this will help (Please find attached)

Best,

Sunny

Not applicable
Author

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

?

sunny_talwar

I think it should work like the way you have put down there. Let me know if it doesn't.

Best,

Sunny

Not applicable
Author

In My case is not work =(

I create a new dimension for this and the field not came like a inputfield

sunny_talwar

Can you post your exact script here?

Best,

Sunny

Not applicable
Author

Sure

I seding d Excel whith my itens and qvw + script

sunny_talwar

Isn't this working?

Inputfield.PNG

Not applicable
Author

That Way work because your Inline is loading, remove your inline and see what happend

sunny_talwar

My inline script is commented out.

CommentedOut.PNG