Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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];