Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
tanjavarwijk
Contributor III
Contributor III

Count problem

({<CYFlag={1}, Year=, Month= >}Budget_Amount)/sum({<1>}CYFlag)

Why doesn't work this?

1 Solution

Accepted Solutions
tanjavarwijk
Contributor III
Contributor III
Author

Ik found the solution


({$<CYFlag={1}, Value_Kostenplaats=, Year=, Month= >}Budget_Amount)/sum({1}Total CYFlag)

View solution in original post

4 Replies
jagan
Luminary Alumni
Luminary Alumni

Hi,

Try like this

Sum({<CYFlag={1}, Year=, Month= >}Budget_Amount)/sum({1}CYFlag)

Hope this helps you.


Regards,

Jagan.

tanjavarwijk
Contributor III
Contributor III
Author

I tried, no, is not the solution

jagan
Luminary Alumni
Luminary Alumni

Hi,

Can you explain bit more of your requirement with some sample data and your expected output.

Regards,

Jagan.

tanjavarwijk
Contributor III
Contributor III
Author

Ik found the solution


({$<CYFlag={1}, Value_Kostenplaats=, Year=, Month= >}Budget_Amount)/sum({1}Total CYFlag)