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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

rows to coloum

Hi,

I have  a file called kpicategory with childcare, control, efficinecy .. (5 values) i need this 5 values as column values now..


I want to take this in straight table..  i know we can rearrage the column in pivot but i need this in pivot for other calculation purpose i need in straight table

Now:

KPI_Category
Child Care
Control
Disease Prev
Efficiency
Mortality

I need it as :

KPICategory

child care   control disease prev efficinet mortalily .

I want to take this in straight table..  i know we can rearrage the column in pivot but i need this in pivot for other calculation purpose i need in straight table

Labels (1)
16 Replies
Anonymous
Not applicable
Author

please see my below response

Anonymous
Not applicable
Author

any help?

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Check this.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Anonymous
Not applicable
Author

thanks but i dont need the sum(num / deno) because it is taking the total sum for these numerator n denominator i only need count of num & demo whose values is greater than target

could you please find this?

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

You can use this expression.

If(NUMDEN > Target,Count(KPIID))

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Anonymous
Not applicable
Author

not exaclty the solution but i found a way

thnx

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Great!

Please share what you did so that other community members who face same problem, can get help from what you found.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!