350258655 opened a new issue, #16206:
URL: https://github.com/apache/doris/issues/16206

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Description
   
   window_funnel 常用于漏斗分析模型,而漏斗分析模型有个常用的指标叫做 "关联属性",比如在 "注册"、"登录" 两个步骤中,需要保证 
"用户等级" 相同。那就意味着 "用户等级" 是该漏斗的关联属性。
   举例,如 user1 在 "注册" 时的"用户等级" 为1,"登录"时的"用户等级"为2,那么 user1 关联属性的值不一致,因此他不会被筛选到。
   反之,如 user2 在 "注册" 时的"用户等级" 为3,"登录"时的"用户等级"为3,那么 user2 关联属性的值一致,最终 user2 会被筛选中
   
   ### Use case
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to