question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bug report - Group By folder name

See original GitHub issue

What happened?

Dataview: Every row during final data extraction failed with an error; first 3:

            - Cannot call type 'array' as a function
- Cannot call type 'array' as a function

DQL

TABLE 
rows.file.aliases AS Aliase,

> rows.link(file.link, file.aliases) AS Link

GROUP BY file.folder

JS

No response

Dataview Version

0.4.26

Obsidian Version

0.14.2

OS

Windows

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
mnvwvnmcommented, Apr 7, 2022

For the next query, two prior conditions:

  1. always a defined alias;
  2. only one alias.
TABLE rows.LK as Link
FLATTEN link(file.link, file.aliases) AS LK
GROUP BY file.folder
0reactions
AB1908commented, Oct 15, 2022

Hi, is this still an issue?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bugreport: Windows 10 folder/file rename bug
A field is shown of the new folder, where one can rename the folder. When doing so, all selected files get renamed to...
Read more >
Capture and read bug reports - Android Developers
A bug report contains device logs, stack traces, and other diagnostic information to help you find and fix bugs in your app.
Read more >
Bug Reporting - Apple Developer
You can also open a Finder window and select Go to Folder from the Go menu, ... Title. Your report title should be...
Read more >
User and Group Permissions Report - Egnyte Support
When you need to figure out what folders users and groups have access to, run a User and Group Permissions Report. You'll see...
Read more >
Create Report and Dashboard Folders challenge error
Could not find a report folder with the name 'Global Sales Reports'." But It's not true: I create the folders under reports and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found