Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
saumyashah90
Specialist
Specialist

input or selection of value on accespoint need to created QVD with that value

I want to generate a qvd file on selection of a value or entering value in input box.

Basically i need give a input on access point and forward that value in QVD.

Is it possibe?

4 Replies
HirisH_V7
Master
Master

Hi ,

May be like this,

Info:

INPUTFIELD New;

LOAD *

INLINE [

    Location, Value,New

    Town 1, 6654,0

    Town 2, 1213,0

    Town 3, 6698,0

    Town 4, 4458,0

];

Then you can use New as input field in the front end.You can check the attached app .Another way at front end by passing a variable also mentioned in it.

Input field.PNG

Hope this Helps,

PFA,

Regards,

Hirish

HirisH
rajeshforqlikvi
Creator
Creator

I hope its hard to achieve because we always make a selection on the UI level (On the Dashboard)

so users can make a no. of selection or in input box no of times input can be provided so generating  QVDs for every time can not be transfer in the Back end. i mean to say Store keyword..

HirisH_V7
Master
Master

Hi,

If you want to create a qvd For that data means! .  How can end users will write at your back end and i think its not possible to create a QVD.

I hope my post above may help you.

-HirisH

HirisH
saumyashah90
Specialist
Specialist
Author

Hey Hirish,

I wanted to create qvd.

This i was already aware of that.

Thanks.