Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello guys,
Below chart doesn't show a number at the end of the green line (See red circle). Any idea how can I fix this?
Below is my dimension expression:
if([Admitted Week]<=8,[Admitted Week],null())
Below is my green line expression:
=if(count(DISTINCT{$<AppAdmEnr.PROG_ACTION={'ADMT','MATR','ADRV'},[Semester Year Name]=,SemesterNO={$(=vCombined_Adm_Progn_Max_SemesterNO)}>}AppAdmEnr.EMPLID)>0, rangesum(Above(
count(DISTINCT{$<AppAdmEnr.PROG_ACTION={'ADMT','MATR','ADRV'},[Semester Year Name]=,SemesterNO={$(=vCombined_Adm_Progn_Max_SemesterNO)},[Program Action Date]={'<=$(=Date(today()))'}>}AppAdmEnr.EMPLID),0,RowNo())))
Hey @tresesco ,
Many thanks for your help. I have tried to create a simplified view and have attached one. I hope that helps, sorry for the earlier confusing document.
Many thanks again :).
Your max week no for entire data set is 2, however, you want the value display to be context sensitive and for your issue-chart the max week should be considered as 1 which is defined (max) by 'new' student. Hence, try your Show Value expression with similar control, like:
if(max(total {<[Student Status]={'New'}>} [Enrolled Week])=[Enrolled Week],1,0)
Hello @tresesco ,
Could you please explain more? I wasn't able to fully understand your suggestion.
Many thanks 🙂
Hello,
Is this what you want you want to achieve ?
if yes write this in the show value
if(max(total {<[Student Status]={'New'}>}[Enrolled Week])=[Enrolled Week],1,0)
Hi Hassan,
Is it working? If you confirm, I will try and explain (though I a not good at it).
Hello @yassinemhadhbi ,
Many thanks for your response.
It is what I am looking for, but where is the show value field that you mentioned?
Regards, Hassan
Expand the first expression,
you will find things like color and back ground color, the last one is show value
past the expression there
OMG, many thanks @tresesco @yassinemhadhbi .
I didn't even know about this field because the previous developer is the one who created it. Many thanks guys, you are awesome 🙂
And I have fixed it in as you can see in the attached image :). All I had to do was just adjust the show expression that was there. 🙂
Thanks Again,
Hassan