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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Add manual values

Hi everybody,

I have a question :

I have a graphic (table) with datas which are based on a ERP' Database (as you can see in the picture).

But i would like to add manual values (just total) and the end of the table.

For exemple i would like to add on the table a line which is called FINITION and the value of the "CA total" is 3 943 281 € and others lines which are calculed with the line FINITION and datas of the database...

May be made a "inline"?

Excuse me for my bad english and it is not clear but please look at the picture i think this is more clear.

Thanks a lot !

qlik.jpg

3 Replies
Anonymous
Not applicable
Author

if I correctly understand the question, you want to enter some manual values in table. To enter values manually in a table you can load a table and then make a field inputfield. The script would be something like this.

INPUTFIELD [Proposed Salary];

Proposal:

LOAD

    [Contract Id],

    Junior/Middle/Senior,

     Proposed Salary

From ..\abc;

Not applicable
Author

Thanks qlikrajan ok for imputfield but i don't want to enter a new filed, just enter manual  "lines"..

Thanks a lot

mukesh24
Partner - Creator III
Partner - Creator III

U want to enter manual line in table right?

use na Inputfield n call these field in Table as Rajan suggested.