Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Regards,
We’re implementing the following set analysis:
Sum({<[Facultad]={‘Ingeniería'},[Programa]={'Informática'},[FecEvento]= {">=$(=Min({<[Facultad]={‘Ingeniería'},[Actividad]={143},[Ubicacion]={Cafetería'}>}[Fecha Evento 7x7]))<=$(=Min({<[Facultad]={‘Ingeniería'},[Actividad]={200},[Ubicación]=[Ubicación]>}[FecEvento]))"} >} [TiempoSegundos])
The detail is in the attached document
I appreciate the support of the community to implement the solution
Oscar M Olaya
Saludos,
Estamos implementando el siguiente set analysis:
Sum({<[Facultad]={‘Ingeniería'},[Programa]={'Informática'},[FecEvento]= {">=$(=Min({<[Facultad]={‘Ingeniería'},[Actividad]={143},[Ubicacion]={Cafetería'}>}[Fecha Evento 7x7]))<=$(=Min({<[Facultad]={‘Ingeniería'},[Actividad]={200},[Ubicación]=[Ubicación]>}[FecEvento]))"} >} [TiempoSegundos])
El detalle está en el documento adjunto. Agradezco el apoyo de la comunidad para lograr implementar la solución
Oscar M Olaya
May be use the Max value:
Sum({<[Facultad]={'Ingeniería'},[Programa]={'Informática'},
[FecEvento]= {">=$(=Max({<[Facultad]={'Ingeniería'},[Actividad]={143},[Ubicacion]={'Cafetería'}>}[Fecha Evento 7x7])) <=
$(=Max({<[Facultad]={'Ingeniería'},[Actividad]={200},[Ubicación]=[Ubicación]>}[FecEvento]))"} >} [TiempoSegundos])
you're not making it easy to understand your question.
your issue may be that set analysis is evaluated once per chart (not once per row in your chart)
so
1) adapt your datamodel for a clean approach
2) try with if statements instead...
thanks for your answer, the test is done and the result is the same
Thanks for your reply, we’ll review the model