हम इस पाठ का हिन्दी में अनुवाद कर रहे हैं। फ़िलहाल आप English में पढ़ रहे हैं।अनुवाद में हमारी मदद करें

0%

Skip to content

Filtering and live reports

मध्यवर्ती~35 मिनट0/4 चरण

Derive a report from the ledger

A report should be derived from source data every time—not maintained as a second, conflicting copy. The selected category determines a filtered view; reduce produces the KPIs; sort makes the audit table predictable.

The practice dataset is visibly labeled. Replace it with your own entries after the exercise.

निर्देश

1

Create getVisibleTransactions using filter and selectedCategory.

संकेत: Keep every item when selectedCategory is all.

2

Sort visible rows by date without changing the source array.

3

Create calculateReport(items) with reduce.

4

Listen for filter changes and render the report again.

आपका कोड

html
9 लाइनें
1
2
3
4
5
6
7
8
9

Live Preview

Live Preview