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: 
khadar
Contributor III
Contributor III

Qliksense table

Hi,

 I am looking to create Qs table with one dimension and with meaure like below. for individul row caliculation & dimension will be different. can you please help me?

Target  27

assement 26

failues 24

Pass 23

 

Regards,

khadar

1 Reply
Vegar
MVP
MVP

If you want to define a table in the script, then you could use LOAD INLINE[], like this:

LOAD * INLINE [

Dimensiion, Value

Target,  27

assement, 26

failues, 24

Pass, 23];