@extends('layouts/contentNavbarLayout') @section('title', 'Query Mapping') @section('content') @php $breadcrumbs = [ ['label' => 'Dashboard', 'url' => route('dashboard-analytics')], ['label' => 'KPI Administration'], ['label' => 'Create & Manage Report'] ]; @endphp @include('layouts.partials.page-header', [ 'title' => 'Create & Manage Report', 'slot' => view('layouts.partials.breadcrumb', compact('breadcrumbs'))->render() ])
Show Entries
ID Type Name Remark Updated Date Action
102 Advance PREDEFINED-101: Indicator Information 31/08/2022
108 Advance PREDEFINED-102: Achievement Information 31/08/2022
110 Advance PREDEFINED-103: Achievement Information for Specific Indicator 31/08/2022
111 Advance PREDEFINED-104: Achievement Information By Search Indicator Name 31/08/2022
114 Advance PREDEFINED-105: Achievement Information With Remark 31/08/2022
Showing 1 to 10 of 39 Entries
Query Configuration
Data Source
1
Column Labelling
Column Label
No column available
Filter Criteria
Filter Code Label Type Value Multiple Selection
No column available
Reporting Unit
Mapping Information
@endsection @section('page-script') @endsection