Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
bi-report
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
data
bi-report
Commits
c708740d
Commit
c708740d
authored
Oct 20, 2020
by
魏艺敏
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'yindanlei' into 'master'
add icon_function_day report codes See merge request
!84
parents
e686109c
589c02b2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
icon_function_day.sql
pm/icon_function_day/etl/icon_function_day.sql
+3
-1
No files found.
pm/icon_function_day/etl/icon_function_day.sql
View file @
c708740d
...
...
@@ -250,7 +250,9 @@ LEFT JOIN
and
params
[
'referrer_link'
]
like
'%[%'
and
json_split
(
params
[
'referrer_link'
])[
0
]
in
(
'home'
,
''
)
and
referrer
=
'custom_special'
and
params
[
'referrer_id'
]
=
'605'
and
((
partition_date
<
'20200924'
and
params
[
'referrer_id'
]
=
'605'
)
or
(
partition_date
>=
'20200924'
and
partition_date
<
'20201020'
and
params
[
'referrer_id'
]
=
'707'
)
or
(
partition_date
>=
'20201020'
and
params
[
'referrer_id'
]
=
'901'
))
group
by
partition_date
,
cl_id
)
t3
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment