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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
editszikra
Contributor
Contributor

Inputsum not working on acces point for data input

Dear all,

Can anyone help me please. I am using a straigh table where one of the columns is populated by the user using inputsum formula, see script below. This works fine in my original Qvd file, but when I save this file in a different folder, which is used for publishing on Access point  and I refresh it using the "Binary [\3000_data_model\xe mcp process.qvw];" script, the input functionality disappears and the cells become zero, and users cannot make any input.

thanks in advance

Edit

SET SelectionAlias = 'Advanced';

inputfield Field_A;
MyTable:
LOAD MCPQTY as Field_A,
MCPProduct,
InputCountry,
QTYKey
FROM
\\\000_Source_Data\010_MCP\MCPQTY.xlsx
(
ooxml, embedded labels, table is Document_LB03);

 

0 Replies