how to create database view table on history and x table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 08:12 AM
We have tried this way but no results.
table // order // prefix // where condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 08:21 AM
Hi @Chindam Priyank ,
Please refer below thread:
If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!
Thanks & Regards,
Sumanth Meda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 12:07 AM
Hello,
My requirement is : We want a report where we want know the ticket state to moved to "x" value and state is update last month to this "x" value.
So i am creating a db table by mergering metric definition, metric instance and my custom table. We have metric definition on task table on state field type is "field value duration". then create a report using "value= x and created = last month"
Below are my DB view conditions :
metric_definition 100 md md_table = 'task' && md_field='state'
metric_instance 200 mi mi_definition = "metric definition sys_id" && mi_table="my custom table"
my custom table 300 fr mi_id=fr_sys_id left join= true
this i am getting no records but total records count
kindly suggest