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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Desauv
Contributor
Contributor

Only sum projects between to values

Hi

If I want to change "Faktureret" from being different from "0", to being between to values. For example between 0.01 and 100000 how do i do that?

Thanks for the help 🙂

 

Sum (
{<
	Date_num_afsl = {"<=$(=num(floor(MonthEnd(Max(Dato_NUM_Tid))))), >=$(=num(monthstart(Min(Dato_NUM_Tid))))"},
	[År Tid] =,
	[Måned Tid] =,
	[År (Regnskab) Tid]=,
	IGVA_DATO =,
	//Faktureret ={"<>0"}
	Projektnr = {"*"}-{''},
	>}


Faktureret)

 

Labels (2)
1 Reply
jwaligora
Creator II
Creator II

Temporarily ignoring all your other rules, I think you may just be looking for this:

=sum({<Faktureret={">=0.01<=100000"}>} Faktureret)