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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Specific Field Value Issue

Hello All,

I have an issue where I want to get specific field value for my chart.

Example

I have a chart with Dimension as Year and Year I want  4 measures each with value of ECO Actual Duration where its Row number will be from the Output Format Sheet (its and example) i.e. 25, 50,75 ,100% Row Value

Please find the attached file for sample data

2 Replies
robert_mika
Master III
Master III

Like this?

CrossTable(COUNT, Data)

LOAD YEAR,

     COUNT,

     [25% Row Val],

     [50% Row Val],

     [75% Row Val],

     [100 % Row val]

FROM

(ooxml, embedded labels, table is [OUTPUT Format]);

Anonymous
Not applicable
Author

Hi Robert ,

Thanks for Reply,

BUt  think I was unable to ellaborate my requirement.

Actually I need to create 4 expression

for 25% Row Val >> the value should be the value of ECO Actual Duration at 91 st row for 2013, 184th row for 2014 and 1675th value for 2015.

An so on..