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: 
Not applicable

create a variable field value

Hi,

I need to create a field that allow me to change its values manually from the user interface

ex:

value vaiable value new value

1 X1 1+X1

2 X2 2+X3

4 X3 4+x3

5 X4 5+X4

7 X5 7+X5

Is it possible??

Thank you!

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

You can create a INPUTFIELD, check your QlikView Reference Manual.

View solution in original post

6 Replies
Not applicable
Author

Can I create a variable array setting its length and all the values to zero??

Not applicable
Author

Hi,

You can create a INPUTFIELD, check your QlikView Reference Manual.

Not applicable
Author

Thanks Fernando!

Not applicable
Author

Hi,

I have created the inputfield and inicialized it with '0' values.

The problem is that every time I close the model the field has new values that I never introduced and I have to reload to solve that,

any idea?

Thanks

Not applicable
Author

Hi,

This really happens.

You can try to export to a file QVD using macro.

See this example.

sub ExportInputFields

set obj = ActiveDocument.GetSheetObject("CH234")


obj.ExportEx "D:\Desenv\Qvd\InputField.qvd", 4
msgbox("Exported Table")

end sub



Not applicable
Author

Sorry Fernando but I don't get it,

Why I have to export it to a qvd file?