Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to get inputs from end user based on that selection has to change other reports

Hi i Have scenario

I need  have table like this

01-Feb-05   -----------

01-Mar-05  -----------

01-Apr-05  -------------

01-May-05   -------------

01-Jun-05  ------------------

01-Jul-05 -----------------

01-Aug-05  -----------------

01-Sep-05   ----------------

here doted lines end user want to enter values,so how to i achieve this please do the needful

Thanks

Thiru

4 Replies
muthukumar77
Partner - Creator III
Partner - Creator III

HI,

an you please tell me the sources file?

Muthukumar Pandiyan
sinanozdemir
Specialist III
Specialist III

Hi,

You can use INPUTFIELD in the edit script. Here is an example:

INPUTFIELD Values;

Sample:

LOAD * INLINE [

    Date, Values

    01-Feb-05, .....

    01-Mar-05, .....

    01-Apr-05, .....

    01-Jun-05, .....

    01-Jul-05, .....

    01-Aug-05, .....

];

And when you create a table, you can use the input field either in your dimension or expression. When you hover over the field, you will see an arrow indicating that the field is editable:

1.png

Hope this helps.

MindaugasBacius
Partner - Specialist III
Partner - Specialist III

The input and the variable should be used. But without knowing more about your case there is no way that we could answer.


Please specify the issue in more detail.

Not applicable
Author

Hi

Actually my scenario is analyse dome predict analysis based on user entry in empty filed,As

explained above user wants to enter

01-Feb-05   -----------

01-Mar-05  -----------

01-Apr-05  -------------

01-May-05   -------------

01-Jun-05  ------------------

01-Jul-05 -----------------

01-Aug-05  -----------------

01-Sep-05   ----------------

The values in empty fields which is in straight table,it can variable or any ?

Please do the needful

Thanks

Thiru