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

Announcements
Share your agentic AI experience, learn from others, and earn a new badge: Put Agentic AI to Work
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to create Inline in Qliksense

hi , can anyone help me ..

I want to create InputField .. and i want to create inline table for the same ..

Inline1:

LOAD * INLINE [

    States, SalesInput

    Maharashtra,

    Gujarat,

    Madhya Pradesh,

    Karnataka,

];

This Code i m able to do in qlikview.. but i m getting an Error in Qliksense

2 Replies
Not applicable
Author

Hi,

in your inline, you have two fields.

but there is no value for your second field????(Salesinput)

Pls give the corresponding values and try again

Not applicable
Author

i created a SalesInput as Input Field..

INPUTFIELD SalesInput;